#47427A

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

Shades of Corn Flower Blue #47427A

Tints of Corn Flower Blue #47427A

Color information

#47427A (or 0x47427A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 42 and 7A. RGB value is (71,66,122). Sum of RGB (Red+Green+Blue) = 71+66+122=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #47427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427A is #B8BD85. Grayscale: #494949. Windows color (decimal): -12107142 or 8012359. OLE color: 8012359.

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

Color convert

RGB7166122-
CMYK0.420.4600.52
HSL245.36º29.79%36.86%-
HSV(B)245.36º45.9%47.84%-
XYZ8.066.6419.27-
YUV73.88155.16125.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=27.41%
G=25.48%
B=47.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71661220.420.4600.52245.3629.7936.86
Hex47427A2A2E034f51e25
Octal10710217252560643653645
Binary10001111000010111101010101010111001101001111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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