#483CCF

Color #483CCF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #483CCF

Tints of Free Speech Blue #483CCF

Color information

#483CCF (or 0x483CCF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3C and CF. RGB value is (72,60,207). Sum of RGB (Red+Green+Blue) = 72+60+207=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #483CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CCF is #B7C330. Grayscale: #4F4F4F. Windows color (decimal): -12043057 or 13581384. OLE color: 13581384.

HSL color Cylindrical-coordinate representation of color #483CCF: hue angle of 244.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483CCF is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7260207-
CMYK0.650.7100.19
HSL244.9º60.49%52.35%-
HSV(B)244.9º71.01%81.18%-
XYZ15.559.1159.97-
YUV80.35199.48122.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 207 (81.25% from 255) = 61.06%
R=21.24%
G=17.70%
B=61.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72602070.650.7100.19244.960.4952.35
Hex483CCF4147013f53c34
Octal110743171011070233657464
Binary1001000111100110011111000001100011101001111110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483CCF; }

 p { color: rgb(72,60,207); }

 H1.HeaderClassName
 {
   color: #483CCF;
 }
 .AnyTagClassName
 {
   color: #483CCF;
 }
</style>
background-color css

<style>
 a { background-color: #483CCF; }

 a { background-color: rgb(72,60,207); }

 div.DivClassName
 {
   background-color: #483CCF;
 }
 .BgClassName
 {
   background-color: #483CCF;
 }
</style>
border-color css

<style>
 span { border-color: #483CCF; }

 span { border-color: rgb(72,60,207); }

 td.TdClassName
 {
   border-color: #483CCF;
 }
 .TagClassName
 {
   border-color: #483CCF;
 }
</style>