#48456A

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

Shades of Corn Flower Blue #48456A

Tints of Corn Flower Blue #48456A

Color information

#48456A (or 0x48456A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 6A. RGB value is (72,69,106). Sum of RGB (Red+Green+Blue) = 72+69+106=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #48456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456A is #B7BA95. Grayscale: #494949. Windows color (decimal): -12040854 or 6964552. OLE color: 6964552.

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

Color convert

RGB7269106-
CMYK0.320.3500.58
HSL244.86º21.14%34.31%-
HSV(B)244.86º34.91%41.57%-
XYZ7.46.6714.53-
YUV74.11145.99126.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=29.15%
G=27.94%
B=42.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72691060.320.3500.58244.8621.1434.31
Hex48456A202303Af51522
Octal11010515240430723652542
Binary10010001000101110101010000010001101110101111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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