#474873

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

Shades of Corn Flower Blue #474873

Tints of Corn Flower Blue #474873

Color information

#474873 (or 0x474873) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 73. RGB value is (71,72,115). Sum of RGB (Red+Green+Blue) = 71+72+115=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #474873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474873 is #B8B78C. Grayscale: #4C4C4C. Windows color (decimal): -12105613 or 7555143. OLE color: 7555143.

HSL color Cylindrical-coordinate representation of color #474873: hue angle of 238.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474873 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7172115-
CMYK0.380.3700.55
HSL238.64º23.66%36.47%-
HSV(B)238.64º38.26%45.1%-
XYZ8.017.2117.19-
YUV76.6149.67124-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=27.52%
G=27.91%
B=44.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71721150.380.3700.55238.6423.6636.47
Hex4748732625037ef1824
Octal10711016346450673573044
Binary10001111001000111001110011010010101101111110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474873; }

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

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

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

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

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

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

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

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