Html Css Color HEX #49476E Corn Flower Blue

📋 copy color: '#49476E'

red 73 ◦ green 71 ◦ blue 110

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

Shades of Corn Flower Blue #49476E

Tints of Corn Flower Blue #49476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 28.74%
G = 27.95%
B = 43.31%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49476E (or 0x49476E) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 6E. RGB value is (73,71,110). Sum of RGB (Red+Green+Blue) = 73+71+110=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #49476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476E is #B6B891. Grayscale: #4B4B4B. Windows color (decimal): -11974802 or 7227209. OLE color: 7227209.

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

Color convert

RGB 73 71 110 -
CMYK 0.34 0.35 0 0.57
HSL 243.08º 0.22% 0.35% -
HSV(B) 243.08º 0.35% 0.43% -
XYZ 7.82 7.05 15.7 -
YUV 76.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 73 71 110 0.34 0.35 0 0.57 243.08 0.22 0.35
Hex 49 47 6E 22 23 0 39 F3 16 23
Octal 111 107 156 42 43 0 71 363 26 43
Binary 1001001 1000111 1101110 100010 100011 0 111001 11110011 10110 100011

Color Harmonies of #49476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49476E

Black with #49476E

Text Example


Text Example

White with #49476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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