Html Css Color HEX #486CC0 Free Speech Blue

📋 copy color: '#486CC0'

red 72 ◦ green 108 ◦ blue 192

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

Shades of Free Speech Blue #486CC0

Tints of Free Speech Blue #486CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 19.35%
G = 29.03%
B = 51.61%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#486CC0 (or 0x486CC0) is known color: Free Speech Blue. HEX triplet: 48, 6C and C0. RGB value is (72,108,192). Sum of RGB (Red+Green+Blue) = 72+108+192=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #486CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CC0 is #B7933F. Grayscale: #6A6A6A. Windows color (decimal): -12030784 or 12610632. OLE color: 12610632.

HSL color Cylindrical-coordinate representation of color #486CC0: hue angle of 222º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486CC0 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 108 192 -
CMYK 0.63 0.44 0 0.25
HSL 222º 0.49% 0.52% -
HSV(B) 222º 0.63% 0.75% -
XYZ 17.55 15.91 52.01 -
YUV 106.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 72 108 192 0.63 0.44 0 0.25 222 0.49 0.52
Hex 48 6C C0 3F 2C 0 19 DE 31 34
Octal 110 154 300 77 54 0 31 336 61 64
Binary 1001000 1101100 11000000 111111 101100 0 11001 11011110 110001 110100

Color Harmonies of #486CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CC0

Black with #486CC0

Text Example


Text Example

White with #486CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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