#486CBD

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

Shades of Free Speech Blue #486CBD

Tints of Free Speech Blue #486CBD

Color information

#486CBD (or 0x486CBD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6C and BD. RGB value is (72,108,189). Sum of RGB (Red+Green+Blue) = 72+108+189=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #486CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBD is #B79342. Grayscale: #6A6A6A. Windows color (decimal): -12030787 or 12414024. OLE color: 12414024.

HSL color Cylindrical-coordinate representation of color #486CBD: hue angle of 221.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486CBD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72108189-
CMYK0.620.4300.26
HSL221.54º46.99%51.18%-
HSV(B)221.54º61.9%74.12%-
XYZ17.2215.7850.28-
YUV106.47174.57103.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=19.51%
G=29.27%
B=51.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721081890.620.4300.26221.5446.9951.18
Hex486CBD3E2B01Ade2f33
Octal11015427576530323365763
Binary100100011011001011110111111010101101101011011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,189); }

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

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

 a { background-color: rgb(72,108,189); }

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

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

 span { border-color: rgb(72,108,189); }

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