Html Css Color HEX #486BC9 Free Speech Blue

📋 copy color: '#486BC9'

red 72 ◦ green 107 ◦ blue 201

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

Shades of Free Speech Blue #486BC9

Tints of Free Speech Blue #486BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 18.95%
G = 28.16%
B = 52.89%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#486BC9 (or 0x486BC9) is known color: Free Speech Blue. HEX triplet: 48, 6B and C9. RGB value is (72,107,201). Sum of RGB (Red+Green+Blue) = 72+107+201=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #486BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BC9 is #B79436. Grayscale: #6A6A6A. Windows color (decimal): -12031031 or 13200200. OLE color: 13200200.

HSL color Cylindrical-coordinate representation of color #486BC9: hue angle of 223.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486BC9 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 107 201 -
CMYK 0.64 0.47 0 0.21
HSL 223.72º 0.54% 0.54% -
HSV(B) 223.72º 0.64% 0.79% -
XYZ 18.47 16.11 57.39 -
YUV 107.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 72 107 201 0.64 0.47 0 0.21 223.72 0.54 0.54
Hex 48 6B C9 40 2F 0 15 E0 36 36
Octal 110 153 311 100 57 0 25 340 66 66
Binary 1001000 1101011 11001001 1000000 101111 0 10101 11100000 110110 110110

Color Harmonies of #486BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BC9

Black with #486BC9

Text Example


Text Example

White with #486BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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