#4644B2

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

Shades of Rich Blue #4644B2

Tints of Rich Blue #4644B2

Color information

#4644B2 (or 0x4644B2) is unknown color: approx Rich Blue. HEX triplet: 46, 44 and B2. RGB value is (70,68,178). Sum of RGB (Red+Green+Blue) = 70+68+178=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #4644B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4644B2 is #B9BB4D. Grayscale: #505050. Windows color (decimal): -12172110 or 11682886. OLE color: 11682886.

HSL color Cylindrical-coordinate representation of color #4644B2: hue angle of 241.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4644B2 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7068178-
CMYK0.610.6200.30
HSL241.09º44.72%48.24%-
HSV(B)241.09º61.8%69.8%-
XYZ12.638.6543.12-
YUV81.14182.66120.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 178 (69.92% from 255) = 56.33%
R=22.15%
G=21.52%
B=56.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70681780.610.6200.30241.0944.7248.24
Hex4644B23D3E01Ef12d30
Octal10610426275760363615560
Binary100011010001001011001011110111111001111011110001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4644B2; }

 p { color: rgb(70,68,178); }

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

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

 a { background-color: rgb(70,68,178); }

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

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

 span { border-color: rgb(70,68,178); }

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