#47417A

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

Shades of Corn Flower Blue #47417A

Tints of Corn Flower Blue #47417A

Color information

#47417A (or 0x47417A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 41 and 7A. RGB value is (71,65,122). Sum of RGB (Red+Green+Blue) = 71+65+122=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #47417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417A is #B8BE85. Grayscale: #494949. Windows color (decimal): -12107398 or 8012103. OLE color: 8012103.

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

Color convert

RGB7165122-
CMYK0.420.4700.52
HSL246.32º30.48%36.67%-
HSV(B)246.32º46.72%47.84%-
XYZ86.5319.25-
YUV73.29155.49126.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=27.52%
G=25.19%
B=47.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71651220.420.4700.52246.3230.4836.67
Hex47417A2A2F034f61e25
Octal10710117252570643663645
Binary10001111000001111101010101010111101101001111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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