#484078

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

Shades of Corn Flower Blue #484078

Tints of Corn Flower Blue #484078

Color information

#484078 (or 0x484078) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 40 and 78. RGB value is (72,64,120). Sum of RGB (Red+Green+Blue) = 72+64+120=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #484078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484078 is #B7BF87. Grayscale: #484848. Windows color (decimal): -12042120 or 7880776. OLE color: 7880776.

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

Color convert

RGB7264120-
CMYK0.400.4700.53
HSL248.57º30.43%36.08%-
HSV(B)248.57º46.67%47.06%-
XYZ7.96.418.59-
YUV72.78154.65127.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72641200.400.4700.53248.5730.4336.08
Hex484078282F035f91e24
Octal11010017050570653713644
Binary10010001000000111100010100010111101101011111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484078; }

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

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

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

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

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

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

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

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