Html Css Color HEX #4B4DB0 Rich Blue

📋 copy color: '#4B4DB0'

red 75 ◦ green 77 ◦ blue 176

#4B4DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #4B4DB0

Tints of Rich Blue #4B4DB0

RGB

 RED value IS 75 (29.69% from 255) = 22.87%

 GREEN value IS 77 (30.47% from 255) = 23.48%

 BLUE value IS 176 (69.14% from 255) = 53.66%

R = 22.87%
G = 23.48%
B = 53.66%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4B4DB0 (or 0x4B4DB0) is known color: Rich Blue. HEX triplet: 4B, 4D and B0. RGB value is (75,77,176). Sum of RGB (Red+Green+Blue) = 75+77+176=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #4B4DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4DB0 is #B4B24F. Grayscale: #575757. Windows color (decimal): -11842128 or 11554123. OLE color: 11554123.

HSL color Cylindrical-coordinate representation of color #4B4DB0: hue angle of 238.81º 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 #4B4DB0 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 77 176 -
CMYK 0.57 0.56 0 0.31
HSL 238.81º 0.4% 0.49% -
HSV(B) 238.81º 0.57% 0.69% -
XYZ 13.39 9.94 42.29 -
YUV 87.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 75 77 176 0.57 0.56 0 0.31 238.81 0.4 0.49
Hex 4B 4D B0 39 38 0 1F EF 28 31
Octal 113 115 260 71 70 0 37 357 50 61
Binary 1001011 1001101 10110000 111001 111000 0 11111 11101111 101000 110001

Color Harmonies of #4B4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4DB0

Black with #4B4DB0

Text Example


Text Example

White with #4B4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,77,176); }

 H1.HeaderClassName
 {
   color: #4B4DB0;
 }
 .AnyTagClassName
 {
   color: #4B4DB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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