#484475

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

Shades of Corn Flower Blue #484475

Tints of Corn Flower Blue #484475

Color information

#484475 (or 0x484475) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 75. RGB value is (72,68,117). Sum of RGB (Red+Green+Blue) = 72+68+117=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #484475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484475 is #B7BB8A. Grayscale: #4A4A4A. Windows color (decimal): -12041099 or 7685192. OLE color: 7685192.

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

Color convert

RGB7268117-
CMYK0.380.4200.54
HSL244.9º26.49%36.27%-
HSV(B)244.9º41.88%45.88%-
XYZ7.956.817.72-
YUV74.78151.83126.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=28.02%
G=26.46%
B=45.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72681170.380.4200.54244.926.4936.27
Hex484475262A036f51a24
Octal11010416546520663653244
Binary10010001000100111010110011010101001101101111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484475; }

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

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

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

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

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

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

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

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