Html Css Color HEX #494578 Corn Flower Blue

📋 copy color: '#494578'

red 73 ◦ green 69 ◦ blue 120

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

Shades of Corn Flower Blue #494578

Tints of Corn Flower Blue #494578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 27.86%
G = 26.34%
B = 45.8%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494578 (or 0x494578) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 78. RGB value is (73,69,120). Sum of RGB (Red+Green+Blue) = 73+69+120=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #494578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494578 is #B6BA87. Grayscale: #4B4B4B. Windows color (decimal): -11975304 or 7882057. OLE color: 7882057.

HSL color Cylindrical-coordinate representation of color #494578: hue angle of 244.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494578 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 69 120 -
CMYK 0.39 0.42 0 0.53
HSL 244.71º 0.27% 0.37% -
HSV(B) 244.71º 0.43% 0.47% -
XYZ 8.27 7.03 18.69 -
YUV 76.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 73 69 120 0.39 0.42 0 0.53 244.71 0.27 0.37
Hex 49 45 78 27 2A 0 35 F5 1B 25
Octal 111 105 170 47 52 0 65 365 33 45
Binary 1001001 1000101 1111000 100111 101010 0 110101 11110101 11011 100101

Color Harmonies of #494578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494578

Black with #494578

Text Example


Text Example

White with #494578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494578; }

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

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

background-color css

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

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

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

border-color css

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

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

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