#484075

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

Shades of Corn Flower Blue #484075

Tints of Corn Flower Blue #484075

Color information

#484075 (or 0x484075) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 40 and 75. RGB value is (72,64,117). Sum of RGB (Red+Green+Blue) = 72+64+117=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #484075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484075 is #B7BF8A. Grayscale: #484848. Windows color (decimal): -12042123 or 7684168. OLE color: 7684168.

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

Color convert

RGB7264117-
CMYK0.380.4500.54
HSL249.06º29.28%35.49%-
HSV(B)249.06º45.3%45.88%-
XYZ7.726.3317.64-
YUV72.43153.15127.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=28.46%
G=25.30%
B=46.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72641170.380.4500.54249.0629.2835.49
Hex484075262D036f91d23
Octal11010016546550663713543
Binary10010001000000111010110011010110101101101111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484075; }

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

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

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

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

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

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

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

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