Html Css Color HEX #49456F Corn Flower Blue

📋 copy color: '#49456F'

red 73 ◦ green 69 ◦ blue 111

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

Shades of Corn Flower Blue #49456F

Tints of Corn Flower Blue #49456F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 28.85%
G = 27.27%
B = 43.87%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49456F (or 0x49456F) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 6F. RGB value is (73,69,111). Sum of RGB (Red+Green+Blue) = 73+69+111=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #49456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49456F is #B6BA90. Grayscale: #4A4A4A. Windows color (decimal): -11975313 or 7292233. OLE color: 7292233.

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

Color convert

RGB 73 69 111 -
CMYK 0.34 0.38 0 0.56
HSL 245.71º 0.23% 0.35% -
HSV(B) 245.71º 0.38% 0.44% -
XYZ 7.75 6.82 15.95 -
YUV 74.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 73 69 111 0.34 0.38 0 0.56 245.71 0.23 0.35
Hex 49 45 6F 22 26 0 38 F6 17 23
Octal 111 105 157 42 46 0 70 366 27 43
Binary 1001001 1000101 1101111 100010 100110 0 111000 11110110 10111 100011

Color Harmonies of #49456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49456F

Black with #49456F

Text Example


Text Example

White with #49456F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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