#48456C

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

Shades of Corn Flower Blue #48456C

Tints of Corn Flower Blue #48456C

Color information

#48456C (or 0x48456C) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 6C. RGB value is (72,69,108). Sum of RGB (Red+Green+Blue) = 72+69+108=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #48456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456C is #B7BA93. Grayscale: #4A4A4A. Windows color (decimal): -12040852 or 7095624. OLE color: 7095624.

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

Color convert

RGB7269108-
CMYK0.330.3600.58
HSL244.62º22.03%34.71%-
HSV(B)244.62º36.11%42.35%-
XYZ7.516.7215.09-
YUV74.34146.99126.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=28.92%
G=27.71%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72691080.330.3600.58244.6222.0334.71
Hex48456C212403Af51623
Octal11010515441440723652643
Binary10010001000101110110010000110010001110101111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,69,108); }

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

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

 a { background-color: rgb(72,69,108); }

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

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

 span { border-color: rgb(72,69,108); }

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