#484963

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

Shades of Corn Flower Blue #484963

Tints of Corn Flower Blue #484963

Color information

#484963 (or 0x484963) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 49 and 63. RGB value is (72,73,99). Sum of RGB (Red+Green+Blue) = 72+73+99=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #484963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484963 is #B7B69C. Grayscale: #4B4B4B. Windows color (decimal): -12039837 or 6506824. OLE color: 6506824.

HSL color Cylindrical-coordinate representation of color #484963: hue angle of 237.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484963 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB727399-
CMYK0.270.2600.61
HSL237.78º15.79%33.53%-
HSV(B)237.78º27.27%38.82%-
XYZ7.317.0412.78-
YUV75.66141.17125.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=29.51%
G=29.92%
B=40.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7273990.270.2600.61237.7815.7933.53
Hex4849631B1A03Dee1022
Octal11011114333320753562042
Binary100100010010011100011110111101001111011110111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484963; }

 p { color: rgb(72,73,99); }

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

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

 a { background-color: rgb(72,73,99); }

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

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

 span { border-color: rgb(72,73,99); }

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