Html Css Color HEX #49456E Corn Flower Blue

📋 copy color: '#49456E'

red 73 ◦ green 69 ◦ blue 110

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

Shades of Corn Flower Blue #49456E

Tints of Corn Flower Blue #49456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 28.97%
G = 27.38%
B = 43.65%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49456E (or 0x49456E) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 6E. RGB value is (73,69,110). Sum of RGB (Red+Green+Blue) = 73+69+110=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #49456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49456E is #B6BA91. Grayscale: #4A4A4A. Windows color (decimal): -11975314 or 7226697. OLE color: 7226697.

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

Color convert

RGB 73 69 110 -
CMYK 0.34 0.37 0 0.57
HSL 245.85º 0.23% 0.35% -
HSV(B) 245.85º 0.37% 0.43% -
XYZ 7.69 6.8 15.66 -
YUV 74.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 73 69 110 0.34 0.37 0 0.57 245.85 0.23 0.35
Hex 49 45 6E 22 25 0 39 F6 17 23
Octal 111 105 156 42 45 0 71 366 27 43
Binary 1001001 1000101 1101110 100010 100101 0 111001 11110110 10111 100011

Color Harmonies of #49456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49456E

Black with #49456E

Text Example


Text Example

White with #49456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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