#474677

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

Shades of Corn Flower Blue #474677

Tints of Corn Flower Blue #474677

Color information

#474677 (or 0x474677) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 46 and 77. RGB value is (71,70,119). Sum of RGB (Red+Green+Blue) = 71+70+119=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #474677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474677 is #B8B988. Grayscale: #4B4B4B. Windows color (decimal): -12106121 or 7816775. OLE color: 7816775.

HSL color Cylindrical-coordinate representation of color #474677: hue angle of 241.22º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474677 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7170119-
CMYK0.400.4100.53
HSL241.22º25.93%37.06%-
HSV(B)241.22º41.18%46.67%-
XYZ8.127.0518.39-
YUV75.88152.33124.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=27.31%
G=26.92%
B=45.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71701190.400.4100.53241.2225.9337.06
Hex4746772829035f11a25
Octal10710616750510653613245
Binary10001111000110111011110100010100101101011111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474677; }

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

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

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

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

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

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

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

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