Html Css Color HEX #49486F Corn Flower Blue

📋 copy color: '#49486F'

red 73 ◦ green 72 ◦ blue 111

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

Shades of Corn Flower Blue #49486F

Tints of Corn Flower Blue #49486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 28.52%
G = 28.13%
B = 43.36%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49486F (or 0x49486F) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 6F. RGB value is (73,72,111). Sum of RGB (Red+Green+Blue) = 73+72+111=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #49486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486F is #B6B790. Grayscale: #4C4C4C. Windows color (decimal): -11974545 or 7293001. OLE color: 7293001.

HSL color Cylindrical-coordinate representation of color #49486F: hue angle of 241.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49486F is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 72 111 -
CMYK 0.34 0.35 0 0.56
HSL 241.54º 0.21% 0.36% -
HSV(B) 241.54º 0.35% 0.44% -
XYZ 7.93 7.2 16.01 -
YUV 76.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 73 72 111 0.34 0.35 0 0.56 241.54 0.21 0.36
Hex 49 48 6F 22 23 0 38 F2 15 24
Octal 111 110 157 42 43 0 70 362 25 44
Binary 1001001 1001000 1101111 100010 100011 0 111000 11110010 10101 100100

Color Harmonies of #49486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49486F

Black with #49486F

Text Example


Text Example

White with #49486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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