#474863

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

Shades of Corn Flower Blue #474863

Tints of Corn Flower Blue #474863

Color information

#474863 (or 0x474863) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 63. RGB value is (71,72,99). Sum of RGB (Red+Green+Blue) = 71+72+99=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #474863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474863 is #B8B79C. Grayscale: #4A4A4A. Windows color (decimal): -12105629 or 6506567. OLE color: 6506567.

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

Color convert

RGB717299-
CMYK0.280.2700.61
HSL237.86º16.47%33.33%-
HSV(B)237.86º28.28%38.82%-
XYZ7.176.8812.75-
YUV74.78141.67125.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=29.34%
G=29.75%
B=40.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7172990.280.2700.61237.8616.4733.33
Hex4748631C1B03Dee1021
Octal10711014334330753562041
Binary100011110010001100011111001101101111011110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474863; }

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

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

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

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

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

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

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

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