#473E76

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

Shades of Corn Flower Blue #473E76

Tints of Corn Flower Blue #473E76

Color information

#473E76 (or 0x473E76) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 3E and 76. RGB value is (71,62,118). Sum of RGB (Red+Green+Blue) = 71+62+118=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #473E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E76 is #B8C189. Grayscale: #464646. Windows color (decimal): -12108170 or 7749191. OLE color: 7749191.

HSL color Cylindrical-coordinate representation of color #473E76: hue angle of 249.64º degrees, saturation: 0.31, 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 #473E76 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7162118-
CMYK0.400.4700.54
HSL249.64º31.11%35.29%-
HSV(B)249.64º47.46%46.27%-
XYZ7.596.0917.92-
YUV71.08154.48127.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=28.29%
G=24.70%
B=47.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71621180.400.4700.54249.6431.1135.29
Hex473E76282F036fa1f23
Octal1077616650570663723743
Binary1000111111110111011010100010111101101101111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E76; }

 p { color: rgb(71,62,118); }

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

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

 a { background-color: rgb(71,62,118); }

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

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

 span { border-color: rgb(71,62,118); }

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