#48446C

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

Shades of Corn Flower Blue #48446C

Tints of Corn Flower Blue #48446C

Color information

#48446C (or 0x48446C) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 6C. RGB value is (72,68,108). Sum of RGB (Red+Green+Blue) = 72+68+108=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #48446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48446C is #B7BB93. Grayscale: #494949. Windows color (decimal): -12041108 or 7095368. OLE color: 7095368.

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

Color convert

RGB7268108-
CMYK0.330.3700.58
HSL246º22.73%34.51%-
HSV(B)246º37.04%42.35%-
XYZ7.456.5915.07-
YUV73.76147.33126.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=29.03%
G=27.42%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72681080.330.3700.5824622.7334.51
Hex48446C212503Af61723
Octal11010415441450723662743
Binary10010001000100110110010000110010101110101111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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