#48466B

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

Shades of Corn Flower Blue #48466B

Tints of Corn Flower Blue #48466B

Color information

#48466B (or 0x48466B) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 46 and 6B. RGB value is (72,70,107). Sum of RGB (Red+Green+Blue) = 72+70+107=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #48466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48466B is #B7B994. Grayscale: #4A4A4A. Windows color (decimal): -12040597 or 7030344. OLE color: 7030344.

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

Color convert

RGB7270107-
CMYK0.330.3500.58
HSL243.24º20.9%34.71%-
HSV(B)243.24º34.58%41.96%-
XYZ7.526.8214.83-
YUV74.82146.16125.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=28.92%
G=28.11%
B=42.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72701070.330.3500.58243.2420.934.71
Hex48466B212303Af31523
Octal11010615341430723632543
Binary10010001000110110101110000110001101110101111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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