Html Css Color HEX #494873 Corn Flower Blue

📋 copy color: '#494873'

red 73 ◦ green 72 ◦ blue 115

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

Shades of Corn Flower Blue #494873

Tints of Corn Flower Blue #494873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 28.08%
G = 27.69%
B = 44.23%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494873 (or 0x494873) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 73. RGB value is (73,72,115). Sum of RGB (Red+Green+Blue) = 73+72+115=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #494873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494873 is #B6B78C. Grayscale: #4D4D4D. Windows color (decimal): -11974541 or 7555145. OLE color: 7555145.

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

Color convert

RGB 73 72 115 -
CMYK 0.37 0.37 0 0.55
HSL 241.4º 0.23% 0.37% -
HSV(B) 241.4º 0.37% 0.45% -
XYZ 8.16 7.29 17.2 -
YUV 77.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 73 72 115 0.37 0.37 0 0.55 241.4 0.23 0.37
Hex 49 48 73 25 25 0 37 F1 17 25
Octal 111 110 163 45 45 0 67 361 27 45
Binary 1001001 1001000 1110011 100101 100101 0 110111 11110001 10111 100101

Color Harmonies of #494873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494873

Black with #494873

Text Example


Text Example

White with #494873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494873; }

 p { color: rgb(73,72,115); }

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

background-color css

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

 a { background-color: rgb(73,72,115); }

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

border-color css

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

 span { border-color: rgb(73,72,115); }

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