#483F76

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

Shades of Corn Flower Blue #483F76

Tints of Corn Flower Blue #483F76

Color information

#483F76 (or 0x483F76) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 3F and 76. RGB value is (72,63,118). Sum of RGB (Red+Green+Blue) = 72+63+118=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #483F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F76 is #B7C089. Grayscale: #474747. Windows color (decimal): -12042378 or 7749448. OLE color: 7749448.

HSL color Cylindrical-coordinate representation of color #483F76: hue angle of 249.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483F76 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7263118-
CMYK0.390.4700.54
HSL249.82º30.39%35.49%-
HSV(B)249.82º46.61%46.27%-
XYZ7.726.2417.94-
YUV71.96153.98128.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=28.46%
G=24.90%
B=46.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72631180.390.4700.54249.8230.3935.49
Hex483F76272F036fa1e23
Octal1107716647570663723643
Binary1001000111111111011010011110111101101101111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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