#484375

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

Shades of Corn Flower Blue #484375

Tints of Corn Flower Blue #484375

Color information

#484375 (or 0x484375) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 43 and 75. RGB value is (72,67,117). Sum of RGB (Red+Green+Blue) = 72+67+117=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #484375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484375 is #B7BC8A. Grayscale: #4A4A4A. Windows color (decimal): -12041355 or 7684936. OLE color: 7684936.

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

Color convert

RGB7267117-
CMYK0.380.4300.54
HSL246º27.17%36.08%-
HSV(B)246º42.74%45.88%-
XYZ7.896.6817.7-
YUV74.19152.16126.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=28.12%
G=26.17%
B=45.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72671170.380.4300.5424627.1736.08
Hex484375262B036f61b24
Octal11010316546530663663344
Binary10010001000011111010110011010101101101101111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484375; }

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

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

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

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

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

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

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

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