Html Css Color HEX #494DB6 Free Speech Blue

📋 copy color: '#494DB6'

red 73 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #494DB6

Tints of Free Speech Blue #494DB6

RGB

 RED value IS 73 (28.91% from 255) = 21.99%

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 182 (71.48% from 255) = 54.82%

R = 21.99%
G = 23.19%
B = 54.82%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#494DB6 (or 0x494DB6) is known color: Free Speech Blue. HEX triplet: 49, 4D and B6. RGB value is (73,77,182). Sum of RGB (Red+Green+Blue) = 73+77+182=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #494DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DB6 is #B6B249. Grayscale: #575757. Windows color (decimal): -11973194 or 11947337. OLE color: 11947337.

HSL color Cylindrical-coordinate representation of color #494DB6: hue angle of 237.8º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494DB6 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 77 182 -
CMYK 0.60 0.58 0 0.29
HSL 237.8º 0.43% 0.5% -
HSV(B) 237.8º 0.6% 0.71% -
XYZ 13.85 10.1 45.48 -
YUV 87.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 73 77 182 0.60 0.58 0 0.29 237.8 0.43 0.5
Hex 49 4D B6 3C 3A 0 1D EE 2B 32
Octal 111 115 266 74 72 0 35 356 53 62
Binary 1001001 1001101 10110110 111100 111010 0 11101 11101110 101011 110010

Color Harmonies of #494DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DB6

Black with #494DB6

Text Example


Text Example

White with #494DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494DB6; }

 p { color: rgb(73,77,182); }

 H1.HeaderClassName
 {
   color: #494DB6;
 }
 .AnyTagClassName
 {
   color: #494DB6;
 }
</style>

background-color css

<style>
 a { background-color: #494DB6; }

 a { background-color: rgb(73,77,182); }

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

border-color css

<style>
 span { border-color: #494DB6; }

 span { border-color: rgb(73,77,182); }

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