Html Css Color HEX #494275 Corn Flower Blue

📋 copy color: '#494275'

red 73 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #494275

Tints of Corn Flower Blue #494275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 28.52%
G = 25.78%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494275 (or 0x494275) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 75. RGB value is (73,66,117). Sum of RGB (Red+Green+Blue) = 73+66+117=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #494275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494275 is #B6BD8A. Grayscale: #494949. Windows color (decimal): -11976075 or 7684681. OLE color: 7684681.

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

Color convert

RGB 73 66 117 -
CMYK 0.38 0.44 0 0.54
HSL 248.24º 0.28% 0.36% -
HSV(B) 248.24º 0.44% 0.46% -
XYZ 7.91 6.6 17.69 -
YUV 73.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 73 66 117 0.38 0.44 0 0.54 248.24 0.28 0.36
Hex 49 42 75 26 2C 0 36 F8 1C 24
Octal 111 102 165 46 54 0 66 370 34 44
Binary 1001001 1000010 1110101 100110 101100 0 110110 11111000 11100 100100

Color Harmonies of #494275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494275

Black with #494275

Text Example


Text Example

White with #494275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494275; }

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

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

background-color css

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

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

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

border-color css

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

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

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