#474073

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

Shades of Corn Flower Blue #474073

Tints of Corn Flower Blue #474073

Color information

#474073 (or 0x474073) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 73. RGB value is (71,64,115). Sum of RGB (Red+Green+Blue) = 71+64+115=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #474073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474073 is #B8BF8C. Grayscale: #474747. Windows color (decimal): -12107661 or 7553095. OLE color: 7553095.

HSL color Cylindrical-coordinate representation of color #474073: hue angle of 248.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474073 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7164115-
CMYK0.380.4400.55
HSL248.24º28.49%35.1%-
HSV(B)248.24º44.35%45.1%-
XYZ7.536.2417.03-
YUV71.91152.32127.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 115 (45.31% from 255) = 46%
R=28.4%
G=25.6%
B=46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71641150.380.4400.55248.2428.4935.1
Hex474073262C037f81c23
Octal10710016346540673703443
Binary10001111000000111001110011010110001101111111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474073; }

 p { color: rgb(71,64,115); }

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

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

 a { background-color: rgb(71,64,115); }

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

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

 span { border-color: rgb(71,64,115); }

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