#486CBE

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

Shades of Free Speech Blue #486CBE

Tints of Free Speech Blue #486CBE

Color information

#486CBE (or 0x486CBE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6C and BE. RGB value is (72,108,190). Sum of RGB (Red+Green+Blue) = 72+108+190=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #486CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBE is #B79341. Grayscale: #6A6A6A. Windows color (decimal): -12030786 or 12479560. OLE color: 12479560.

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

Color convert

RGB72108190-
CMYK0.620.4300.25
HSL221.69º47.58%51.37%-
HSV(B)221.69º62.11%74.51%-
XYZ17.3315.8250.86-
YUV106.58175.07103.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=19.46%
G=29.19%
B=51.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721081900.620.4300.25221.6947.5851.37
Hex486CBE3E2B019de3033
Octal11015427676530313366063
Binary100100011011001011111011111010101101100111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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