Html Css Color HEX #486CBA Free Speech Blue

📋 copy color: '#486CBA'

red 72 ◦ green 108 ◦ blue 186

#486CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #486CBA

Tints of Free Speech Blue #486CBA

RGB

 RED value IS 72 (28.52% from 255) = 19.67%

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 19.67%
G = 29.51%
B = 50.82%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486CBA (or 0x486CBA) is known color: Free Speech Blue. HEX triplet: 48, 6C and BA. RGB value is (72,108,186). Sum of RGB (Red+Green+Blue) = 72+108+186=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #486CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBA is #B79345. Grayscale: #696969. Windows color (decimal): -12030790 or 12217416. OLE color: 12217416.

HSL color Cylindrical-coordinate representation of color #486CBA: hue angle of 221.05º degrees, saturation: 0.45, 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 #486CBA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 108 186 -
CMYK 0.61 0.42 0 0.27
HSL 221.05º 0.45% 0.51% -
HSV(B) 221.05º 0.61% 0.73% -
XYZ 16.9 15.65 48.58 -
YUV 106.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 72 108 186 0.61 0.42 0 0.27 221.05 0.45 0.51
Hex 48 6C BA 3D 2A 0 1B DD 2D 33
Octal 110 154 272 75 52 0 33 335 55 63
Binary 1001000 1101100 10111010 111101 101010 0 11011 11011101 101101 110011

Color Harmonies of #486CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CBA

Black with #486CBA

Text Example


Text Example

White with #486CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #486CBA;
 }
 .AnyTagClassName
 {
   color: #486CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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