#474B72

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

Shades of Corn Flower Blue #474B72

Tints of Corn Flower Blue #474B72

Color information

#474B72 (or 0x474B72) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4B and 72. RGB value is (71,75,114). Sum of RGB (Red+Green+Blue) = 71+75+114=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #474B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B72 is #B8B48D. Grayscale: #4E4E4E. Windows color (decimal): -12104846 or 7490375. OLE color: 7490375.

HSL color Cylindrical-coordinate representation of color #474B72: hue angle of 234.42º degrees, saturation: 0.23, 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 #474B72 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7175114-
CMYK0.380.3400.55
HSL234.42º23.24%36.27%-
HSV(B)234.42º37.72%44.71%-
XYZ8.157.5916.95-
YUV78.25148.17122.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=27.31%
G=28.85%
B=43.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71751140.380.3400.55234.4223.2436.27
Hex474B722622037ea1724
Octal10711316246420673522744
Binary10001111001011111001010011010001001101111110101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,114); }

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

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

 a { background-color: rgb(71,75,114); }

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

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

 span { border-color: rgb(71,75,114); }

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