#486bbb

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

Shades of Free Speech Blue #486BBB

Tints of Free Speech Blue #486BBB

Color information

#486BBB (or 0x486BBB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6B and BB. RGB value is (72,107,187). Sum of RGB (Red+Green+Blue) = 72+107+187=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #486BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBB is #B79444. Grayscale: #696969. Windows color (decimal): -12031045 or 12282696. OLE color: 12282696.

HSL color Cylindrical-coordinate representation of color #486BBB: hue angle of 221.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486BBB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72107187-
CMYK0.610.4300.27
HSL221.74º45.82%50.78%-
HSV(B)221.74º61.5%73.33%-
XYZ16.915.4849.11-
YUV105.65173.9104-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=19.67%
G=29.23%
B=51.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721071870.610.4300.27221.7445.8250.78
Hex486BBB3D2B01Bde2e33
Octal11015327375530333365663
Binary100100011010111011101111110110101101101111011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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