Html Css Color HEX #494576 Corn Flower Blue

📋 copy color: '#494576'

red 73 ◦ green 69 ◦ blue 118

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

Shades of Corn Flower Blue #494576

Tints of Corn Flower Blue #494576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 28.08%
G = 26.54%
B = 45.38%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494576 (or 0x494576) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 76. RGB value is (73,69,118). Sum of RGB (Red+Green+Blue) = 73+69+118=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #494576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494576 is #B6BA89. Grayscale: #4B4B4B. Windows color (decimal): -11975306 or 7750985. OLE color: 7750985.

HSL color Cylindrical-coordinate representation of color #494576: hue angle of 244.9º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494576 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 69 118 -
CMYK 0.38 0.42 0 0.54
HSL 244.9º 0.26% 0.37% -
HSV(B) 244.9º 0.42% 0.46% -
XYZ 8.15 6.98 18.06 -
YUV 75.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 73 69 118 0.38 0.42 0 0.54 244.9 0.26 0.37
Hex 49 45 76 26 2A 0 36 F5 1A 25
Octal 111 105 166 46 52 0 66 365 32 45
Binary 1001001 1000101 1110110 100110 101010 0 110110 11110101 11010 100101

Color Harmonies of #494576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494576

Black with #494576

Text Example


Text Example

White with #494576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494576; }

 p { color: rgb(73,69,118); }

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

background-color css

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

 a { background-color: rgb(73,69,118); }

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

border-color css

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

 span { border-color: rgb(73,69,118); }

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