Html Css Color HEX #4B1E71 Blue Diamond

📋 copy color: '#4B1E71'

red 75 ◦ green 30 ◦ blue 113

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

Shades of Blue Diamond #4B1E71

Tints of Blue Diamond #4B1E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

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

R = 34.4%
G = 13.76%
B = 51.83%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B1E71 (or 0x4B1E71) is known color: Blue Diamond. HEX triplet: 4B, 1E and 71. RGB value is (75,30,113). Sum of RGB (Red+Green+Blue) = 75+30+113=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1E71 is #B4E18E. Grayscale: #343434. Windows color (decimal): -11854223 or 7413323. OLE color: 7413323.

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

Color convert

RGB 75 30 113 -
CMYK 0.34 0.73 0 0.56
HSL 272.53º 0.58% 0.28% -
HSV(B) 272.53º 0.73% 0.44% -
XYZ 6.35 3.62 15.99 -
YUV 52.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 75 30 113 0.34 0.73 0 0.56 272.53 0.58 0.28
Hex 4B 1E 71 22 49 0 38 111 3A 1C
Octal 113 36 161 42 111 0 70 421 72 34
Binary 1001011 11110 1110001 100010 1001001 0 111000 100010001 111010 11100

Color Harmonies of #4B1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1E71

Black with #4B1E71

Text Example


Text Example

White with #4B1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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