#4B4BAD

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

Shades of Rich Blue #4B4BAD

Tints of Rich Blue #4B4BAD

Color information

#4B4BAD (or 0x4B4BAD) is unknown color: approx Rich Blue. HEX triplet: 4B, 4B and AD. RGB value is (75,75,173). Sum of RGB (Red+Green+Blue) = 75+75+173=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B4BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4BAD is #B4B452. Grayscale: #555555. Windows color (decimal): -11842643 or 11357003. OLE color: 11357003.

HSL color Cylindrical-coordinate representation of color #4B4BAD: hue angle of 240º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4BAD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7575173-
CMYK0.570.5700.32
HSL240º39.52%48.63%-
HSV(B)240º56.65%67.84%-
XYZ12.969.5540.69-
YUV86.17177120.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=23.22%
G=23.22%
B=53.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75751730.570.5700.3224039.5248.63
Hex4B4BAD3939020f02831
Octal11311325571710403605061
Binary1001011100101110101101111001111001010000011110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4BAD; }

 p { color: rgb(75,75,173); }

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

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

 a { background-color: rgb(75,75,173); }

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

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

 span { border-color: rgb(75,75,173); }

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