Html Css Color HEX #4B3371 Blue Diamond

📋 copy color: '#4B3371'

red 75 ◦ green 51 ◦ blue 113

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

Shades of Blue Diamond #4B3371

Tints of Blue Diamond #4B3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 31.38%
G = 21.34%
B = 47.28%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B3371 (or 0x4B3371) is known color: Blue Diamond. HEX triplet: 4B, 33 and 71. RGB value is (75,51,113). Sum of RGB (Red+Green+Blue) = 75+51+113=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3371 is #B4CC8E. Grayscale: #414141. Windows color (decimal): -11848847 or 7418699. OLE color: 7418699.

HSL color Cylindrical-coordinate representation of color #4B3371: hue angle of 263.23º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3371 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 51 113 -
CMYK 0.34 0.55 0 0.56
HSL 263.23º 0.38% 0.32% -
HSV(B) 263.23º 0.55% 0.44% -
XYZ 7.07 5.06 16.23 -
YUV 65.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 75 51 113 0.34 0.55 0 0.56 263.23 0.38 0.32
Hex 4B 33 71 22 37 0 38 107 26 20
Octal 113 63 161 42 67 0 70 407 46 40
Binary 1001011 110011 1110001 100010 110111 0 111000 100000111 100110 100000

Color Harmonies of #4B3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3371

Black with #4B3371

Text Example


Text Example

White with #4B3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,113); }

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

background-color css

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

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

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

border-color css

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

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

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