#474AB1

Color #474AB1 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #474AB1

Tints of Rich Blue #474AB1

Color information

#474AB1 (or 0x474AB1) is unknown color: approx Rich Blue. HEX triplet: 47, 4A and B1. RGB value is (71,74,177). Sum of RGB (Red+Green+Blue) = 71+74+177=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #474AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AB1 is #B8B54E. Grayscale: #545454. Windows color (decimal): -12105039 or 11618887. OLE color: 11618887.

HSL color Cylindrical-coordinate representation of color #474AB1: hue angle of 238.3º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474AB1 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7174177-
CMYK0.600.5800.31
HSL238.3º42.74%48.63%-
HSV(B)238.3º59.89%69.41%-
XYZ12.989.4142.73-
YUV84.84180.01118.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=22.05%
G=22.98%
B=54.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71741770.600.5800.31238.342.7448.63
Hex474AB13C3A01Fee2b31
Octal10711226174720373565361
Binary100011110010101011000111110011101001111111101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474AB1; }

 p { color: rgb(71,74,177); }

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

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

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

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

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

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

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