#486CBF

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

Shades of Free Speech Blue #486CBF

Tints of Free Speech Blue #486CBF

Color information

#486CBF (or 0x486CBF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6C and BF. RGB value is (72,108,191). Sum of RGB (Red+Green+Blue) = 72+108+191=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #486CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBF is #B79340. Grayscale: #6A6A6A. Windows color (decimal): -12030785 or 12545096. OLE color: 12545096.

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

Color convert

RGB72108191-
CMYK0.620.4300.25
HSL221.85º48.18%51.57%-
HSV(B)221.85º62.3%74.9%-
XYZ17.4415.8651.43-
YUV106.7175.57103.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 191 (75% from 255) = 51.48%
R=19.41%
G=29.11%
B=51.48%

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
Decimal721081910.620.4300.25221.8548.1851.57
Hex486CBF3E2B019de3034
Octal11015427776530313366064
Binary100100011011001011111111111010101101100111011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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