#483E78

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

Shades of Corn Flower Blue #483E78

Tints of Corn Flower Blue #483E78

Color information

#483E78 (or 0x483E78) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 3E and 78. RGB value is (72,62,120). Sum of RGB (Red+Green+Blue) = 72+62+120=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #483E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E78 is #B7C187. Grayscale: #474747. Windows color (decimal): -12042632 or 7880264. OLE color: 7880264.

HSL color Cylindrical-coordinate representation of color #483E78: hue angle of 250.34º 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 #483E78 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7262120-
CMYK0.400.4800.53
HSL250.34º31.87%35.69%-
HSV(B)250.34º48.33%47.06%-
XYZ7.796.1818.55-
YUV71.6155.31128.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 62 (24.61% from 255) = 24.41%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=28.35%
G=24.41%
B=47.24%

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
Decimal72621200.400.4800.53250.3431.8735.69
Hex483E782830035fa2024
Octal1107617050600653724044
Binary10010001111101111000101000110000011010111111010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,120); }

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

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

 a { background-color: rgb(72,62,120); }

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

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

 span { border-color: rgb(72,62,120); }

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