Html Css Color HEX #49476C Corn Flower Blue

📋 copy color: '#49476C'

red 73 ◦ green 71 ◦ blue 108

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

Shades of Corn Flower Blue #49476C

Tints of Corn Flower Blue #49476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 28.97%
G = 28.17%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49476C (or 0x49476C) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 6C. RGB value is (73,71,108). Sum of RGB (Red+Green+Blue) = 73+71+108=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #49476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476C is #B6B893. Grayscale: #4B4B4B. Windows color (decimal): -11974804 or 7096137. OLE color: 7096137.

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

Color convert

RGB 73 71 108 -
CMYK 0.32 0.34 0 0.58
HSL 243.24º 0.21% 0.35% -
HSV(B) 243.24º 0.34% 0.42% -
XYZ 7.71 7.01 15.13 -
YUV 75.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 73 71 108 0.32 0.34 0 0.58 243.24 0.21 0.35
Hex 49 47 6C 20 22 0 3A F3 15 23
Octal 111 107 154 40 42 0 72 363 25 43
Binary 1001001 1000111 1101100 100000 100010 0 111010 11110011 10101 100011

Color Harmonies of #49476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49476C

Black with #49476C

Text Example


Text Example

White with #49476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49476C; }

 p { color: rgb(73,71,108); }

 H1.HeaderClassName
 {
   color: #49476C;
 }
 .AnyTagClassName
 {
   color: #49476C;
 }
</style>

background-color css

<style>
 a { background-color: #49476C; }

 a { background-color: rgb(73,71,108); }

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

border-color css

<style>
 span { border-color: #49476C; }

 span { border-color: rgb(73,71,108); }

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