#48496D

Color #48496D Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #48496D

Tints of Corn Flower Blue #48496D

Color information

#48496D (or 0x48496D) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 49 and 6D. RGB value is (72,73,109). Sum of RGB (Red+Green+Blue) = 72+73+109=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #48496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48496D is #B7B692. Grayscale: #4C4C4C. Windows color (decimal): -12039827 or 7162184. OLE color: 7162184.

HSL color Cylindrical-coordinate representation of color #48496D: hue angle of 238.38º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48496D is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7273109-
CMYK0.340.3300.57
HSL238.38º20.44%35.49%-
HSV(B)238.38º33.94%42.75%-
XYZ7.827.2515.45-
YUV76.8146.17124.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=28.35%
G=28.74%
B=42.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72731090.340.3300.57238.3820.4435.49
Hex48496D2221039ee1423
Octal11011115542410713562443
Binary10010001001001110110110001010000101110011110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48496D; }

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

 H1.HeaderClassName
 {
   color: #48496D;
 }
 .AnyTagClassName
 {
   color: #48496D;
 }
</style>
background-color css

<style>
 a { background-color: #48496D; }

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

 div.DivClassName
 {
   background-color: #48496D;
 }
 .BgClassName
 {
   background-color: #48496D;
 }
</style>
border-color css

<style>
 span { border-color: #48496D; }

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

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