Html Css Color HEX #486CBE Free Speech Blue

📋 copy color: '#486CBE'

red 72 ◦ green 108 ◦ blue 190

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

Shades of Free Speech Blue #486CBE

Tints of Free Speech Blue #486CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 19.46%
G = 29.19%
B = 51.35%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#486CBE (or 0x486CBE) is known color: Free Speech Blue. HEX triplet: 48, 6C and BE. RGB value is (72,108,190). Sum of RGB (Red+Green+Blue) = 72+108+190=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #486CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBE is #B79341. Grayscale: #6A6A6A. Windows color (decimal): -12030786 or 12479560. OLE color: 12479560.

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

Color convert

RGB 72 108 190 -
CMYK 0.62 0.43 0 0.25
HSL 221.69º 0.48% 0.51% -
HSV(B) 221.69º 0.62% 0.75% -
XYZ 17.33 15.82 50.86 -
YUV 106.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 72 108 190 0.62 0.43 0 0.25 221.69 0.48 0.51
Hex 48 6C BE 3E 2B 0 19 DE 30 33
Octal 110 154 276 76 53 0 31 336 60 63
Binary 1001000 1101100 10111110 111110 101011 0 11001 11011110 110000 110011

Color Harmonies of #486CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CBE

Black with #486CBE

Text Example


Text Example

White with #486CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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