#47487A

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

Shades of Corn Flower Blue #47487A

Tints of Corn Flower Blue #47487A

Color information

#47487A (or 0x47487A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 7A. RGB value is (71,72,122). Sum of RGB (Red+Green+Blue) = 71+72+122=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #47487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47487A is #B8B785. Grayscale: #4D4D4D. Windows color (decimal): -12105606 or 8013895. OLE color: 8013895.

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

Color convert

RGB7172122-
CMYK0.420.4100.52
HSL238.82º26.42%37.84%-
HSV(B)238.82º41.8%47.84%-
XYZ8.437.3819.39-
YUV77.4153.17123.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=26.79%
G=27.17%
B=46.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71721220.420.4100.52238.8226.4237.84
Hex47487A2A29034ef1a26
Octal10711017252510643573246
Binary10001111001000111101010101010100101101001110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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