Html Css Color HEX #49477A Corn Flower Blue

📋 copy color: '#49477A'

red 73 ◦ green 71 ◦ blue 122

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

Shades of Corn Flower Blue #49477A

Tints of Corn Flower Blue #49477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 27.44%
G = 26.69%
B = 45.86%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49477A (or 0x49477A) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 7A. RGB value is (73,71,122). Sum of RGB (Red+Green+Blue) = 73+71+122=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #49477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477A is #B6B885. Grayscale: #4D4D4D. Windows color (decimal): -11974790 or 8013641. OLE color: 8013641.

HSL color Cylindrical-coordinate representation of color #49477A: hue angle of 242.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49477A is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 71 122 -
CMYK 0.40 0.42 0 0.52
HSL 242.35º 0.26% 0.38% -
HSV(B) 242.35º 0.42% 0.48% -
XYZ 8.51 7.33 19.38 -
YUV 77.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 73 71 122 0.40 0.42 0 0.52 242.35 0.26 0.38
Hex 49 47 7A 28 2A 0 34 F2 1A 26
Octal 111 107 172 50 52 0 64 362 32 46
Binary 1001001 1000111 1111010 101000 101010 0 110100 11110010 11010 100110

Color Harmonies of #49477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49477A

Black with #49477A

Text Example


Text Example

White with #49477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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