#484474

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

Shades of Corn Flower Blue #484474

Tints of Corn Flower Blue #484474

Color information

#484474 (or 0x484474) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 74. RGB value is (72,68,116). Sum of RGB (Red+Green+Blue) = 72+68+116=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #484474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484474 is #B7BB8B. Grayscale: #4A4A4A. Windows color (decimal): -12041100 or 7619656. OLE color: 7619656.

HSL color Cylindrical-coordinate representation of color #484474: hue angle of 245º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484474 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7268116-
CMYK0.380.4100.55
HSL245º26.09%36.08%-
HSV(B)245º41.38%45.49%-
XYZ7.896.7717.41-
YUV74.67151.33126.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=28.12%
G=26.56%
B=45.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72681160.380.4100.5524526.0936.08
Hex4844742629037f51a24
Octal11010416446510673653244
Binary10010001000100111010010011010100101101111111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484474; }

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

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

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

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

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

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

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

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