Html Css Color HEX #486AB9 Free Speech Blue

📋 copy color: '#486AB9'

red 72 ◦ green 106 ◦ blue 185

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

Shades of Free Speech Blue #486AB9

Tints of Free Speech Blue #486AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 19.83%
G = 29.2%
B = 50.96%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486AB9 (or 0x486AB9) is known color: Free Speech Blue. HEX triplet: 48, 6A and B9. RGB value is (72,106,185). Sum of RGB (Red+Green+Blue) = 72+106+185=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #486AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AB9 is #B79546. Grayscale: #686868. Windows color (decimal): -12031303 or 12151368. OLE color: 12151368.

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

Color convert

RGB 72 106 185 -
CMYK 0.61 0.43 0 0.27
HSL 221.95º 0.45% 0.5% -
HSV(B) 221.95º 0.61% 0.73% -
XYZ 16.58 15.19 47.96 -
YUV 104.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 72 106 185 0.61 0.43 0 0.27 221.95 0.45 0.5
Hex 48 6A B9 3D 2B 0 1B DE 2D 32
Octal 110 152 271 75 53 0 33 336 55 62
Binary 1001000 1101010 10111001 111101 101011 0 11011 11011110 101101 110010

Color Harmonies of #486AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AB9

Black with #486AB9

Text Example


Text Example

White with #486AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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