#484479

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

Shades of Corn Flower Blue #484479

Tints of Corn Flower Blue #484479

Color information

#484479 (or 0x484479) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 79. RGB value is (72,68,121). Sum of RGB (Red+Green+Blue) = 72+68+121=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #484479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484479 is #B7BB86. Grayscale: #4B4B4B. Windows color (decimal): -12041095 or 7947336. OLE color: 7947336.

HSL color Cylindrical-coordinate representation of color #484479: hue angle of 244.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484479 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7268121-
CMYK0.400.4400.53
HSL244.53º28.04%37.06%-
HSV(B)244.53º43.8%47.45%-
XYZ8.196.8918.99-
YUV75.24153.83125.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=27.59%
G=26.05%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72681210.400.4400.53244.5328.0437.06
Hex484479282C035f51c25
Octal11010417150540653653445
Binary10010001000100111100110100010110001101011111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484479; }

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

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

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

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

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

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

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

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