#48456B

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

Shades of Corn Flower Blue #48456B

Tints of Corn Flower Blue #48456B

Color information

#48456B (or 0x48456B) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 6B. RGB value is (72,69,107). Sum of RGB (Red+Green+Blue) = 72+69+107=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #48456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456B is #B7BA94. Grayscale: #4A4A4A. Windows color (decimal): -12040853 or 7030088. OLE color: 7030088.

HSL color Cylindrical-coordinate representation of color #48456B: hue angle of 244.74º 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 #48456B is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7269107-
CMYK0.330.3600.58
HSL244.74º21.59%34.51%-
HSV(B)244.74º35.51%41.96%-
XYZ7.456.714.81-
YUV74.23146.49126.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=29.03%
G=27.82%
B=43.15%

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
Decimal72691070.330.3600.58244.7421.5934.51
Hex48456B212403Af51623
Octal11010515341440723652643
Binary10010001000101110101110000110010001110101111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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