#48436C

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

Shades of Corn Flower Blue #48436C

Tints of Corn Flower Blue #48436C

Color information

#48436C (or 0x48436C) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 43 and 6C. RGB value is (72,67,108). Sum of RGB (Red+Green+Blue) = 72+67+108=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #48436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48436C is #B7BC93. Grayscale: #494949. Windows color (decimal): -12041364 or 7095112. OLE color: 7095112.

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

Color convert

RGB7267108-
CMYK0.330.3800.58
HSL247.32º23.43%34.31%-
HSV(B)247.32º37.96%42.35%-
XYZ7.396.4715.05-
YUV73.17147.66127.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=29.15%
G=27.13%
B=43.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72671080.330.3800.58247.3223.4334.31
Hex48436C212603Af71722
Octal11010315441460723672742
Binary10010001000011110110010000110011001110101111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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