#486DC0

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

Shades of Free Speech Blue #486DC0

Tints of Free Speech Blue #486DC0

Color information

#486DC0 (or 0x486DC0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6D and C0. RGB value is (72,109,192). Sum of RGB (Red+Green+Blue) = 72+109+192=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #486DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DC0 is #B7923F. Grayscale: #6B6B6B. Windows color (decimal): -12030528 or 12610888. OLE color: 12610888.

HSL color Cylindrical-coordinate representation of color #486DC0: hue angle of 221.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486DC0 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72109192-
CMYK0.630.4300.25
HSL221.5º48.78%51.76%-
HSV(B)221.5º62.5%75.29%-
XYZ17.6616.1252.05-
YUV107.4175.74102.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 192 (75.39% from 255) = 51.47%
R=19.30%
G=29.22%
B=51.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721091920.630.4300.25221.548.7851.76
Hex486DC03F2B019de3134
Octal11015530077530313366164
Binary100100011011011100000011111110101101100111011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486DC0; }

 p { color: rgb(72,109,192); }

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

<style>
 a { background-color: #486DC0; }

 a { background-color: rgb(72,109,192); }

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

<style>
 span { border-color: #486DC0; }

 span { border-color: rgb(72,109,192); }

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