#4746B4

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

Shades of Rich Blue #4746B4

Tints of Rich Blue #4746B4

Color information

#4746B4 (or 0x4746B4) is unknown color: approx Rich Blue. HEX triplet: 47, 46 and B4. RGB value is (71,70,180). Sum of RGB (Red+Green+Blue) = 71+70+180=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #4746B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4746B4 is #B8B94B. Grayscale: #525252. Windows color (decimal): -12106060 or 11814471. OLE color: 11814471.

HSL color Cylindrical-coordinate representation of color #4746B4: hue angle of 240.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4746B4 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7170180-
CMYK0.610.6100.29
HSL240.55º44%49.02%-
HSV(B)240.55º61.11%70.59%-
XYZ13.039.0244.23-
YUV82.84182.83119.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=22.12%
G=21.81%
B=56.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71701800.610.6100.29240.554449.02
Hex4746B43D3D01Df12c31
Octal10710626475750353615461
Binary100011110001101011010011110111110101110111110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4746B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4746B4; }

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

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

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

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

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

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

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

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