Html Css Color HEX #49496E Corn Flower Blue

📋 copy color: '#49496E'

red 73 ◦ green 73 ◦ blue 110

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

Shades of Corn Flower Blue #49496E

Tints of Corn Flower Blue #49496E

RGB

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

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

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

R = 28.52%
G = 28.52%
B = 42.97%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49496E (or 0x49496E) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 6E. RGB value is (73,73,110). Sum of RGB (Red+Green+Blue) = 73+73+110=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #49496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49496E is #B6B691. Grayscale: #4D4D4D. Windows color (decimal): -11974290 or 7227721. OLE color: 7227721.

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

Color convert

RGB 73 73 110 -
CMYK 0.34 0.34 0 0.57
HSL 240º 0.2% 0.36% -
HSV(B) 240º 0.34% 0.43% -
XYZ 7.94 7.31 15.74 -
YUV 77.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 73 73 110 0.34 0.34 0 0.57 240 0.2 0.36
Hex 49 49 6E 22 22 0 39 F0 14 24
Octal 111 111 156 42 42 0 71 360 24 44
Binary 1001001 1001001 1101110 100010 100010 0 111001 11110000 10100 100100

Color Harmonies of #49496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49496E

Black with #49496E

Text Example


Text Example

White with #49496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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