#47467A

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

Shades of Corn Flower Blue #47467A

Tints of Corn Flower Blue #47467A

Color information

#47467A (or 0x47467A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 46 and 7A. RGB value is (71,70,122). Sum of RGB (Red+Green+Blue) = 71+70+122=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #47467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47467A is #B8B985. Grayscale: #4C4C4C. Windows color (decimal): -12106118 or 8013383. OLE color: 8013383.

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

Color convert

RGB7170122-
CMYK0.420.4300.52
HSL241.15º27.08%37.65%-
HSV(B)241.15º42.62%47.84%-
XYZ8.37.1319.35-
YUV76.23153.83124.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=27.00%
G=26.62%
B=46.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71701220.420.4300.52241.1527.0837.65
Hex47467A2A2B034f11b26
Octal10710617252530643613346
Binary10001111000110111101010101010101101101001111000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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