#4B55AF

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

Shades of Rich Blue #4B55AF

Tints of Rich Blue #4B55AF

Color information

#4B55AF (or 0x4B55AF) is unknown color: approx Rich Blue. HEX triplet: 4B, 55 and AF. RGB value is (75,85,175). Sum of RGB (Red+Green+Blue) = 75+85+175=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B55AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B55AF is #B4AA50. Grayscale: #5B5B5B. Windows color (decimal): -11840081 or 11490635. OLE color: 11490635.

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

Color convert

RGB7585175-
CMYK0.570.5100.31
HSL234º40%49.02%-
HSV(B)234º57.14%68.63%-
XYZ13.8911.0941.97-
YUV92.27174.69115.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=22.39%
G=25.37%
B=52.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75851750.570.5100.312344049.02
Hex4B55AF393301Fea2831
Octal11312525771630373525061
Binary100101110101011010111111100111001101111111101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,175); }

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

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

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

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

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

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

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