#486BBD

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

Shades of Free Speech Blue #486BBD

Tints of Free Speech Blue #486BBD

Color information

#486BBD (or 0x486BBD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6B and BD. RGB value is (72,107,189). Sum of RGB (Red+Green+Blue) = 72+107+189=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #486BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBD is #B79442. Grayscale: #696969. Windows color (decimal): -12031043 or 12413768. OLE color: 12413768.

HSL color Cylindrical-coordinate representation of color #486BBD: hue angle of 222.05º 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 #486BBD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72107189-
CMYK0.620.4300.26
HSL222.05º46.99%51.18%-
HSV(B)222.05º61.9%74.12%-
XYZ17.1215.5750.25-
YUV105.88174.9103.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=19.57%
G=29.08%
B=51.36%

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
Decimal721071890.620.4300.26222.0546.9951.18
Hex486BBD3E2B01Ade2f33
Octal11015327576530323365763
Binary100100011010111011110111111010101101101011011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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