#484464

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

Shades of Corn Flower Blue #484464

Tints of Corn Flower Blue #484464

Color information

#484464 (or 0x484464) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 64. RGB value is (72,68,100). Sum of RGB (Red+Green+Blue) = 72+68+100=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #484464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484464 is #B7BB9B. Grayscale: #484848. Windows color (decimal): -12041116 or 6571080. OLE color: 6571080.

HSL color Cylindrical-coordinate representation of color #484464: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484464 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7268100-
CMYK0.280.3200.61
HSL247.5º19.05%32.94%-
HSV(B)247.5º32%39.22%-
XYZ7.046.4312.93-
YUV72.84143.33127.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=30%
G=28.33%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72681000.280.3200.61247.519.0532.94
Hex4844641C2003Df81321
Octal11010414434400753702341
Binary1001000100010011001001110010000001111011111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484464; }

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

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

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

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

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

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

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

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