#474772

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

Shades of Corn Flower Blue #474772

Tints of Corn Flower Blue #474772

Color information

#474772 (or 0x474772) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 72. RGB value is (71,71,114). Sum of RGB (Red+Green+Blue) = 71+71+114=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #474772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474772 is #B8B88D. Grayscale: #4B4B4B. Windows color (decimal): -12105870 or 7489351. OLE color: 7489351.

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

Color convert

RGB7171114-
CMYK0.380.3800.55
HSL240º23.24%36.27%-
HSV(B)240º37.72%44.71%-
XYZ7.897.0616.87-
YUV75.9149.5124.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=27.73%
G=27.73%
B=44.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71711140.380.3800.5524023.2436.27
Hex4747722626037f01724
Octal10710716246460673602744
Binary10001111000111111001010011010011001101111111000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474772; }

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

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

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

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

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

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

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

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