#484478

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

Shades of Corn Flower Blue #484478

Tints of Corn Flower Blue #484478

Color information

#484478 (or 0x484478) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 78. RGB value is (72,68,120). Sum of RGB (Red+Green+Blue) = 72+68+120=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #484478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484478 is #B7BB87. Grayscale: #4A4A4A. Windows color (decimal): -12041096 or 7881800. OLE color: 7881800.

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

Color convert

RGB7268120-
CMYK0.400.4300.53
HSL244.62º27.66%36.86%-
HSV(B)244.62º43.33%47.06%-
XYZ8.136.8718.67-
YUV75.12153.33125.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=27.69%
G=26.15%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72681200.400.4300.53244.6227.6636.86
Hex484478282B035f51c25
Octal11010417050530653653445
Binary10010001000100111100010100010101101101011111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484478; }

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

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

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

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

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

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

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

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