#474465

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

Shades of Corn Flower Blue #474465

Tints of Corn Flower Blue #474465

Color information

#474465 (or 0x474465) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 65. RGB value is (71,68,101). Sum of RGB (Red+Green+Blue) = 71+68+101=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #474465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474465 is #B8BB9A. Grayscale: #484848. Windows color (decimal): -12106651 or 6636615. OLE color: 6636615.

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

Color convert

RGB7168101-
CMYK0.300.3300.60
HSL245.45º19.53%33.14%-
HSV(B)245.45º32.67%39.61%-
XYZ7.016.4113.18-
YUV72.66143.99126.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=29.58%
G=28.33%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71681010.300.3300.60245.4519.5333.14
Hex4744651E2103Cf51421
Octal10710414536410743652441
Binary1000111100010011001011111010000101111001111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474465; }

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

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

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

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

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

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

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

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