#483F79

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

Shades of Corn Flower Blue #483F79

Tints of Corn Flower Blue #483F79

Color information

#483F79 (or 0x483F79) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 3F and 79. RGB value is (72,63,121). Sum of RGB (Red+Green+Blue) = 72+63+121=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #483F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F79 is #B7C086. Grayscale: #484848. Windows color (decimal): -12042375 or 7946056. OLE color: 7946056.

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

Color convert

RGB7263121-
CMYK0.400.4800.53
HSL249.31º31.52%36.08%-
HSV(B)249.31º47.93%47.45%-
XYZ7.96.3118.89-
YUV72.3155.48127.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=28.12%
G=24.61%
B=47.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72631210.400.4800.53249.3131.5236.08
Hex483F792830035f92024
Octal1107717150600653714044
Binary10010001111111111001101000110000011010111111001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F79; }

 p { color: rgb(72,63,121); }

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

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

 a { background-color: rgb(72,63,121); }

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

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

 span { border-color: rgb(72,63,121); }

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