#486ABC

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

Shades of Free Speech Blue #486ABC

Tints of Free Speech Blue #486ABC

Color information

#486ABC (or 0x486ABC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6A and BC. RGB value is (72,106,188). Sum of RGB (Red+Green+Blue) = 72+106+188=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #486ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ABC is #B79543. Grayscale: #686868. Windows color (decimal): -12031300 or 12347976. OLE color: 12347976.

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

Color convert

RGB72106188-
CMYK0.620.4400.26
HSL222.41º46.4%50.98%-
HSV(B)222.41º61.7%73.73%-
XYZ16.915.3249.64-
YUV105.18174.74104.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=19.67%
G=28.96%
B=51.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721061880.620.4400.26222.4146.450.98
Hex486ABC3E2C01Ade2e33
Octal11015227476540323365663
Binary100100011010101011110011111010110001101011011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,188); }

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

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

 a { background-color: rgb(72,106,188); }

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

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

 span { border-color: rgb(72,106,188); }

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