#474565

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

Shades of Corn Flower Blue #474565

Tints of Corn Flower Blue #474565

Color information

#474565 (or 0x474565) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 65. RGB value is (71,69,101). Sum of RGB (Red+Green+Blue) = 71+69+101=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #474565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474565 is #B8BA9A. Grayscale: #494949. Windows color (decimal): -12106395 or 6636871. OLE color: 6636871.

HSL color Cylindrical-coordinate representation of color #474565: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474565 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7169101-
CMYK0.300.3200.60
HSL243.75º18.82%33.33%-
HSV(B)243.75º31.68%39.61%-
XYZ7.086.5413.2-
YUV73.25143.66126.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=29.46%
G=28.63%
B=41.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71691010.300.3200.60243.7518.8233.33
Hex4745651E2003Cf41321
Octal10710514536400743642341
Binary1000111100010111001011111010000001111001111010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474565; }

 p { color: rgb(71,69,101); }

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

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

 a { background-color: rgb(71,69,101); }

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

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

 span { border-color: rgb(71,69,101); }

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