Html Css Color HEX #49446B Corn Flower Blue

📋 copy color: '#49446B'

red 73 ◦ green 68 ◦ blue 107

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

Shades of Corn Flower Blue #49446B

Tints of Corn Flower Blue #49446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 29.44%
G = 27.42%
B = 43.15%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49446B (or 0x49446B) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 6B. RGB value is (73,68,107). Sum of RGB (Red+Green+Blue) = 73+68+107=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #49446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49446B is #B6BB94. Grayscale: #494949. Windows color (decimal): -11975573 or 7029833. OLE color: 7029833.

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

Color convert

RGB 73 68 107 -
CMYK 0.32 0.36 0 0.58
HSL 247.69º 0.22% 0.34% -
HSV(B) 247.69º 0.36% 0.42% -
XYZ 7.47 6.61 14.79 -
YUV 73.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 73 68 107 0.32 0.36 0 0.58 247.69 0.22 0.34
Hex 49 44 6B 20 24 0 3A F8 16 22
Octal 111 104 153 40 44 0 72 370 26 42
Binary 1001001 1000100 1101011 100000 100100 0 111010 11111000 10110 100010

Color Harmonies of #49446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49446B

Black with #49446B

Text Example


Text Example

White with #49446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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