Html Css Color HEX #486ABB Free Speech Blue

📋 copy color: '#486ABB'

red 72 ◦ green 106 ◦ blue 187

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

Shades of Free Speech Blue #486ABB

Tints of Free Speech Blue #486ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 19.73%
G = 29.04%
B = 51.23%

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

#486ABB (or 0x486ABB) is known color: Free Speech Blue. HEX triplet: 48, 6A and BB. RGB value is (72,106,187). Sum of RGB (Red+Green+Blue) = 72+106+187=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #486ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ABB is #B79544. Grayscale: #686868. Windows color (decimal): -12031301 or 12282440. OLE color: 12282440.

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

Color convert

RGB 72 106 187 -
CMYK 0.61 0.43 0 0.27
HSL 222.26º 0.46% 0.51% -
HSV(B) 222.26º 0.61% 0.73% -
XYZ 16.8 15.27 49.08 -
YUV 105.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 72 106 187 0.61 0.43 0 0.27 222.26 0.46 0.51
Hex 48 6A BB 3D 2B 0 1B DE 2E 33
Octal 110 152 273 75 53 0 33 336 56 63
Binary 1001000 1101010 10111011 111101 101011 0 11011 11011110 101110 110011

Color Harmonies of #486ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ABB

Black with #486ABB

Text Example


Text Example

White with #486ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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