#474861

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

Shades of Corn Flower Blue #474861

Tints of Corn Flower Blue #474861

Color information

#474861 (or 0x474861) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 61. RGB value is (71,72,97). Sum of RGB (Red+Green+Blue) = 71+72+97=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #474861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474861 is #B8B79E. Grayscale: #4A4A4A. Windows color (decimal): -12105631 or 6375495. OLE color: 6375495.

HSL color Cylindrical-coordinate representation of color #474861: hue angle of 237.69º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474861 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB717297-
CMYK0.270.2600.62
HSL237.69º15.48%32.94%-
HSV(B)237.69º26.8%38.04%-
XYZ7.076.8412.26-
YUV74.55140.67125.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=29.58%
G=30%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7172970.270.2600.62237.6915.4832.94
Hex4748611B1A03Eeef21
Octal10711014133320763561741
Binary10001111001000110000111011110100111110111011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474861; }

 p { color: rgb(71,72,97); }

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

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

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

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

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

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

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