Html Css Color HEX #49486A Corn Flower Blue

📋 copy color: '#49486A'

red 73 ◦ green 72 ◦ blue 106

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

Shades of Corn Flower Blue #49486A

Tints of Corn Flower Blue #49486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 29.08%
G = 28.69%
B = 42.23%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49486A (or 0x49486A) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 6A. RGB value is (73,72,106). Sum of RGB (Red+Green+Blue) = 73+72+106=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #49486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486A is #B6B795. Grayscale: #4C4C4C. Windows color (decimal): -11974550 or 6965321. OLE color: 6965321.

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

Color convert

RGB 73 72 106 -
CMYK 0.31 0.32 0 0.58
HSL 241.76º 0.19% 0.35% -
HSV(B) 241.76º 0.32% 0.42% -
XYZ 7.67 7.09 14.6 -
YUV 76.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 73 72 106 0.31 0.32 0 0.58 241.76 0.19 0.35
Hex 49 48 6A 1F 20 0 3A F2 13 23
Octal 111 110 152 37 40 0 72 362 23 43
Binary 1001001 1001000 1101010 11111 100000 0 111010 11110010 10011 100011

Color Harmonies of #49486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49486A

Black with #49486A

Text Example


Text Example

White with #49486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49486A; }

 p { color: rgb(73,72,106); }

 H1.HeaderClassName
 {
   color: #49486A;
 }
 .AnyTagClassName
 {
   color: #49486A;
 }
</style>

background-color css

<style>
 a { background-color: #49486A; }

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

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

border-color css

<style>
 span { border-color: #49486A; }

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

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