Html Css Color HEX #49466D Corn Flower Blue

📋 copy color: '#49466D'

red 73 ◦ green 70 ◦ blue 109

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

Shades of Corn Flower Blue #49466D

Tints of Corn Flower Blue #49466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 28.97%
G = 27.78%
B = 43.25%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49466D (or 0x49466D) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 6D. RGB value is (73,70,109). Sum of RGB (Red+Green+Blue) = 73+70+109=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #49466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49466D is #B6B992. Grayscale: #4B4B4B. Windows color (decimal): -11975059 or 7161417. OLE color: 7161417.

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

Color convert

RGB 73 70 109 -
CMYK 0.33 0.36 0 0.57
HSL 244.62º 0.22% 0.35% -
HSV(B) 244.62º 0.36% 0.43% -
XYZ 7.7 6.9 15.39 -
YUV 75.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 73 70 109 0.33 0.36 0 0.57 244.62 0.22 0.35
Hex 49 46 6D 21 24 0 39 F5 16 23
Octal 111 106 155 41 44 0 71 365 26 43
Binary 1001001 1000110 1101101 100001 100100 0 111001 11110101 10110 100011

Color Harmonies of #49466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49466D

Black with #49466D

Text Example


Text Example

White with #49466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49466D; }

 p { color: rgb(73,70,109); }

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

background-color css

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

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

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

border-color css

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

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

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