#474779

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

Shades of Corn Flower Blue #474779

Tints of Corn Flower Blue #474779

Color information

#474779 (or 0x474779) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 79. RGB value is (71,71,121). Sum of RGB (Red+Green+Blue) = 71+71+121=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #474779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474779 is #B8B886. Grayscale: #4C4C4C. Windows color (decimal): -12105863 or 7948103. OLE color: 7948103.

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

Color convert

RGB7171121-
CMYK0.410.4100.53
HSL240º26.04%37.65%-
HSV(B)240º41.32%47.45%-
XYZ8.37.2319.05-
YUV76.7153123.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=27.00%
G=27.00%
B=46.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71711210.410.4100.5324026.0437.65
Hex4747792929035f01a26
Octal10710717151510653603246
Binary10001111000111111100110100110100101101011111000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474779; }

 p { color: rgb(71,71,121); }

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

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

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

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

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

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

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