#484863

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

Shades of Corn Flower Blue #484863

Tints of Corn Flower Blue #484863

Color information

#484863 (or 0x484863) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 63. RGB value is (72,72,99). Sum of RGB (Red+Green+Blue) = 72+72+99=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #484863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484863 is #B7B79C. Grayscale: #4A4A4A. Windows color (decimal): -12040093 or 6506568. OLE color: 6506568.

HSL color Cylindrical-coordinate representation of color #484863: hue angle of 240º 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 #484863 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB727299-
CMYK0.270.2700.61
HSL240º15.79%33.53%-
HSV(B)240º27.27%38.82%-
XYZ7.246.9112.76-
YUV75.08141.5125.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=29.63%
G=29.63%
B=40.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7272990.270.2700.6124015.7933.53
Hex4848631B1B03Df01022
Octal11011014333330753602042
Binary100100010010001100011110111101101111011111000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484863; }

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

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

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

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

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

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

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

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