Html Css Color HEX #486BC0 Free Speech Blue

📋 copy color: '#486BC0'

red 72 ◦ green 107 ◦ blue 192

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

Shades of Free Speech Blue #486BC0

Tints of Free Speech Blue #486BC0

RGB

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

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

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

R = 19.41%
G = 28.84%
B = 51.75%

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

#486BC0 (or 0x486BC0) is known color: Free Speech Blue. HEX triplet: 48, 6B and C0. RGB value is (72,107,192). Sum of RGB (Red+Green+Blue) = 72+107+192=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #486BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BC0 is #B7943F. Grayscale: #696969. Windows color (decimal): -12031040 or 12610376. OLE color: 12610376.

HSL color Cylindrical-coordinate representation of color #486BC0: hue angle of 222.5º 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 #486BC0 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 107 192 -
CMYK 0.63 0.44 0 0.25
HSL 222.5º 0.49% 0.52% -
HSV(B) 222.5º 0.63% 0.75% -
XYZ 17.44 15.7 51.98 -
YUV 106.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 72 107 192 0.63 0.44 0 0.25 222.5 0.49 0.52
Hex 48 6B C0 3F 2C 0 19 DE 31 34
Octal 110 153 300 77 54 0 31 336 61 64
Binary 1001000 1101011 11000000 111111 101100 0 11001 11011110 110001 110100

Color Harmonies of #486BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BC0

Black with #486BC0

Text Example


Text Example

White with #486BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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