#474671

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

Shades of Corn Flower Blue #474671

Tints of Corn Flower Blue #474671

Color information

#474671 (or 0x474671) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 46 and 71. RGB value is (71,70,113). Sum of RGB (Red+Green+Blue) = 71+70+113=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #474671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474671 is #B8B98E. Grayscale: #4B4B4B. Windows color (decimal): -12106127 or 7423559. OLE color: 7423559.

HSL color Cylindrical-coordinate representation of color #474671: hue angle of 241.4º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474671 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7170113-
CMYK0.370.3800.56
HSL241.4º23.5%35.88%-
HSV(B)241.4º38.05%44.31%-
XYZ7.776.9116.55-
YUV75.2149.33125-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=27.95%
G=27.56%
B=44.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71701130.370.3800.56241.423.535.88
Hex4746712526038f11724
Octal10710616145460703612744
Binary10001111000110111000110010110011001110001111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474671; }

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

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

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

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

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

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

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

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