#48456F

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

Shades of Corn Flower Blue #48456F

Tints of Corn Flower Blue #48456F

Color information

#48456F (or 0x48456F) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 6F. RGB value is (72,69,111). Sum of RGB (Red+Green+Blue) = 72+69+111=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #48456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456F is #B7BA90. Grayscale: #4A4A4A. Windows color (decimal): -12040849 or 7292232. OLE color: 7292232.

HSL color Cylindrical-coordinate representation of color #48456F: hue angle of 244.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48456F is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7269111-
CMYK0.350.3800.56
HSL244.29º23.33%35.29%-
HSV(B)244.29º37.84%43.53%-
XYZ7.676.7815.94-
YUV74.68148.49126.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=28.57%
G=27.38%
B=44.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72691110.350.3800.56244.2923.3335.29
Hex48456F2326038f41723
Octal11010515743460703642743
Binary10010001000101110111110001110011001110001111010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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