Html Css Color HEX #49426E Corn Flower Blue

📋 copy color: '#49426E'

red 73 ◦ green 66 ◦ blue 110

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

Shades of Corn Flower Blue #49426E

Tints of Corn Flower Blue #49426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 29.32%
G = 26.51%
B = 44.18%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49426E (or 0x49426E) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 6E. RGB value is (73,66,110). Sum of RGB (Red+Green+Blue) = 73+66+110=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #49426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49426E is #B6BD91. Grayscale: #484848. Windows color (decimal): -11976082 or 7225929. OLE color: 7225929.

HSL color Cylindrical-coordinate representation of color #49426E: hue angle of 249.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49426E is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 66 110 -
CMYK 0.34 0.4 0 0.57
HSL 249.55º 0.25% 0.35% -
HSV(B) 249.55º 0.4% 0.43% -
XYZ 7.51 6.44 15.6 -
YUV 73.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 73 66 110 0.34 0.4 0 0.57 249.55 0.25 0.35
Hex 49 42 6E 22 28 0 39 FA 19 23
Octal 111 102 156 42 50 0 71 372 31 43
Binary 1001001 1000010 1101110 100010 101000 0 111001 11111010 11001 100011

Color Harmonies of #49426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49426E

Black with #49426E

Text Example


Text Example

White with #49426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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