#47407A

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

Shades of Corn Flower Blue #47407A

Tints of Corn Flower Blue #47407A

Color information

#47407A (or 0x47407A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 7A. RGB value is (71,64,122). Sum of RGB (Red+Green+Blue) = 71+64+122=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #47407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407A is #B8BF85. Grayscale: #484848. Windows color (decimal): -12107654 or 8011847. OLE color: 8011847.

HSL color Cylindrical-coordinate representation of color #47407A: hue angle of 247.24º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47407A is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7164122-
CMYK0.420.4800.52
HSL247.24º31.18%36.47%-
HSV(B)247.24º47.54%47.84%-
XYZ7.946.4119.23-
YUV72.7155.82126.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=27.63%
G=24.90%
B=47.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71641220.420.4800.52247.2431.1836.47
Hex47407A2A30034f71f24
Octal10710017252600643673744
Binary10001111000000111101010101011000001101001111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47407A; }

 p { color: rgb(71,64,122); }

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

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

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

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

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

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

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