Html Css Color HEX #486BC8 Free Speech Blue

📋 copy color: '#486BC8'

red 72 ◦ green 107 ◦ blue 200

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

Shades of Free Speech Blue #486BC8

Tints of Free Speech Blue #486BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 19%
G = 28.23%
B = 52.77%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#486BC8 (or 0x486BC8) is known color: Free Speech Blue. HEX triplet: 48, 6B and C8. RGB value is (72,107,200). Sum of RGB (Red+Green+Blue) = 72+107+200=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #486BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BC8 is #B79437. Grayscale: #6A6A6A. Windows color (decimal): -12031032 or 13134664. OLE color: 13134664.

HSL color Cylindrical-coordinate representation of color #486BC8: hue angle of 223.59º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486BC8 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 107 200 -
CMYK 0.64 0.46 0 0.22
HSL 223.59º 0.54% 0.53% -
HSV(B) 223.59º 0.64% 0.78% -
XYZ 18.36 16.06 56.78 -
YUV 107.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 72 107 200 0.64 0.46 0 0.22 223.59 0.54 0.53
Hex 48 6B C8 40 2E 0 16 E0 36 35
Octal 110 153 310 100 56 0 26 340 66 65
Binary 1001000 1101011 11001000 1000000 101110 0 10110 11100000 110110 110101

Color Harmonies of #486BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BC8

Black with #486BC8

Text Example


Text Example

White with #486BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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