Html Css Color HEX #494273 Corn Flower Blue

📋 copy color: '#494273'

red 73 ◦ green 66 ◦ blue 115

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

Shades of Corn Flower Blue #494273

Tints of Corn Flower Blue #494273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 28.74%
G = 25.98%
B = 45.28%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494273 (or 0x494273) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 73. RGB value is (73,66,115). Sum of RGB (Red+Green+Blue) = 73+66+115=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #494273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494273 is #B6BD8C. Grayscale: #494949. Windows color (decimal): -11976077 or 7553609. OLE color: 7553609.

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

Color convert

RGB 73 66 115 -
CMYK 0.37 0.43 0 0.55
HSL 248.57º 0.27% 0.35% -
HSV(B) 248.57º 0.43% 0.45% -
XYZ 7.79 6.55 17.07 -
YUV 73.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 73 66 115 0.37 0.43 0 0.55 248.57 0.27 0.35
Hex 49 42 73 25 2B 0 37 F9 1B 23
Octal 111 102 163 45 53 0 67 371 33 43
Binary 1001001 1000010 1110011 100101 101011 0 110111 11111001 11011 100011

Color Harmonies of #494273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494273

Black with #494273

Text Example


Text Example

White with #494273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494273; }

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

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

background-color css

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

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

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

border-color css

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

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

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