#474A75

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

Shades of Corn Flower Blue #474A75

Tints of Corn Flower Blue #474A75

Color information

#474A75 (or 0x474A75) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 75. RGB value is (71,74,117). Sum of RGB (Red+Green+Blue) = 71+74+117=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #474A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A75 is #B8B58A. Grayscale: #4D4D4D. Windows color (decimal): -12105099 or 7686727. OLE color: 7686727.

HSL color Cylindrical-coordinate representation of color #474A75: hue angle of 236.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474A75 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7174117-
CMYK0.390.3700.54
HSL236.09º24.47%36.86%-
HSV(B)236.09º39.32%45.88%-
XYZ8.267.5217.85-
YUV78150.01123-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 74 (29.30% from 255) = 28.24%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=27.10%
G=28.24%
B=44.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71741170.390.3700.54236.0924.4736.86
Hex474A752725036ec1825
Octal10711216547450663543045
Binary10001111001010111010110011110010101101101110110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A75; }

 p { color: rgb(71,74,117); }

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

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

 a { background-color: rgb(71,74,117); }

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

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

 span { border-color: rgb(71,74,117); }

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