#484778

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

Shades of Corn Flower Blue #484778

Tints of Corn Flower Blue #484778

Color information

#484778 (or 0x484778) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 78. RGB value is (72,71,120). Sum of RGB (Red+Green+Blue) = 72+71+120=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #484778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484778 is #B7B887. Grayscale: #4C4C4C. Windows color (decimal): -12040328 or 7882568. OLE color: 7882568.

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

Color convert

RGB7271120-
CMYK0.400.4100.53
HSL241.22º25.65%37.45%-
HSV(B)241.22º40.83%47.06%-
XYZ8.327.2418.73-
YUV76.88152.33124.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=27.38%
G=27.00%
B=45.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72711200.400.4100.53241.2225.6537.45
Hex4847782829035f11a25
Octal11010717050510653613245
Binary10010001000111111100010100010100101101011111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484778; }

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

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

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

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

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

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

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

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