Html Css Color HEX #486BBC Free Speech Blue

📋 copy color: '#486BBC'

red 72 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #486BBC

Tints of Free Speech Blue #486BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 19.62%
G = 29.16%
B = 51.23%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#486BBC (or 0x486BBC) is known color: Free Speech Blue. HEX triplet: 48, 6B and BC. RGB value is (72,107,188). Sum of RGB (Red+Green+Blue) = 72+107+188=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #486BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBC is #B79443. Grayscale: #696969. Windows color (decimal): -12031044 or 12348232. OLE color: 12348232.

HSL color Cylindrical-coordinate representation of color #486BBC: hue angle of 221.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486BBC is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 107 188 -
CMYK 0.62 0.43 0 0.26
HSL 221.9º 0.46% 0.51% -
HSV(B) 221.9º 0.62% 0.74% -
XYZ 17.01 15.52 49.68 -
YUV 105.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 72 107 188 0.62 0.43 0 0.26 221.9 0.46 0.51
Hex 48 6B BC 3E 2B 0 1A DE 2E 33
Octal 110 153 274 76 53 0 32 336 56 63
Binary 1001000 1101011 10111100 111110 101011 0 11010 11011110 101110 110011

Color Harmonies of #486BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BBC

Black with #486BBC

Text Example


Text Example

White with #486BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,188); }

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

background-color css

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

 a { background-color: rgb(72,107,188); }

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

border-color css

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

 span { border-color: rgb(72,107,188); }

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