Html Css Color HEX #494472 Corn Flower Blue

📋 copy color: '#494472'

red 73 ◦ green 68 ◦ blue 114

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

Shades of Corn Flower Blue #494472

Tints of Corn Flower Blue #494472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 28.63%
G = 26.67%
B = 44.71%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494472 (or 0x494472) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 72. RGB value is (73,68,114). Sum of RGB (Red+Green+Blue) = 73+68+114=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #494472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494472 is #B6BB8D. Grayscale: #4A4A4A. Windows color (decimal): -11975566 or 7488585. OLE color: 7488585.

HSL color Cylindrical-coordinate representation of color #494472: hue angle of 246.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494472 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 68 114 -
CMYK 0.36 0.40 0 0.55
HSL 246.52º 0.25% 0.36% -
HSV(B) 246.52º 0.4% 0.45% -
XYZ 7.85 6.77 16.81 -
YUV 74.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 73 68 114 0.36 0.40 0 0.55 246.52 0.25 0.36
Hex 49 44 72 24 28 0 37 F7 19 24
Octal 111 104 162 44 50 0 67 367 31 44
Binary 1001001 1000100 1110010 100100 101000 0 110111 11110111 11001 100100

Color Harmonies of #494472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494472

Black with #494472

Text Example


Text Example

White with #494472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494472; }

 p { color: rgb(73,68,114); }

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

background-color css

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

 a { background-color: rgb(73,68,114); }

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

border-color css

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

 span { border-color: rgb(73,68,114); }

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