Html Css Color HEX #49466B Corn Flower Blue

📋 copy color: '#49466B'

red 73 ◦ green 70 ◦ blue 107

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

Shades of Corn Flower Blue #49466B

Tints of Corn Flower Blue #49466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 29.2%
G = 28%
B = 42.8%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49466B (or 0x49466B) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 6B. RGB value is (73,70,107). Sum of RGB (Red+Green+Blue) = 73+70+107=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #49466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49466B is #B6B994. Grayscale: #4A4A4A. Windows color (decimal): -11975061 or 7030345. OLE color: 7030345.

HSL color Cylindrical-coordinate representation of color #49466B: hue angle of 244.86º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49466B is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 70 107 -
CMYK 0.32 0.35 0 0.58
HSL 244.86º 0.21% 0.35% -
HSV(B) 244.86º 0.35% 0.42% -
XYZ 7.59 6.86 14.83 -
YUV 75.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 73 70 107 0.32 0.35 0 0.58 244.86 0.21 0.35
Hex 49 46 6B 20 23 0 3A F5 15 23
Octal 111 106 153 40 43 0 72 365 25 43
Binary 1001001 1000110 1101011 100000 100011 0 111010 11110101 10101 100011

Color Harmonies of #49466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49466B

Black with #49466B

Text Example


Text Example

White with #49466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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