Html Css Color HEX #486CBB Free Speech Blue

📋 copy color: '#486CBB'

red 72 ◦ green 108 ◦ blue 187

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

Shades of Free Speech Blue #486CBB

Tints of Free Speech Blue #486CBB

RGB

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

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

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

R = 19.62%
G = 29.43%
B = 50.95%

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

#486CBB (or 0x486CBB) is known color: Free Speech Blue. HEX triplet: 48, 6C and BB. RGB value is (72,108,187). Sum of RGB (Red+Green+Blue) = 72+108+187=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #486CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBB is #B79344. Grayscale: #696969. Windows color (decimal): -12030789 or 12282952. OLE color: 12282952.

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

Color convert

RGB 72 108 187 -
CMYK 0.61 0.42 0 0.27
HSL 221.22º 0.46% 0.51% -
HSV(B) 221.22º 0.61% 0.73% -
XYZ 17 15.69 49.15 -
YUV 106.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 72 108 187 0.61 0.42 0 0.27 221.22 0.46 0.51
Hex 48 6C BB 3D 2A 0 1B DD 2E 33
Octal 110 154 273 75 52 0 33 335 56 63
Binary 1001000 1101100 10111011 111101 101010 0 11011 11011101 101110 110011

Color Harmonies of #486CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CBB

Black with #486CBB

Text Example


Text Example

White with #486CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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