Html Css Color HEX #4B1671 Blue Diamond

📋 copy color: '#4B1671'

red 75 ◦ green 22 ◦ blue 113

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

Shades of Blue Diamond #4B1671

Tints of Blue Diamond #4B1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 35.71%
G = 10.48%
B = 53.81%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B1671 (or 0x4B1671) is known color: Blue Diamond. HEX triplet: 4B, 16 and 71. RGB value is (75,22,113). Sum of RGB (Red+Green+Blue) = 75+22+113=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1671 is #B4E98E. Grayscale: #2F2F2F. Windows color (decimal): -11856271 or 7411275. OLE color: 7411275.

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

Color convert

RGB 75 22 113 -
CMYK 0.34 0.81 0 0.56
HSL 274.95º 0.67% 0.26% -
HSV(B) 274.95º 0.81% 0.44% -
XYZ 6.17 3.26 15.93 -
YUV 48.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 75 22 113 0.34 0.81 0 0.56 274.95 0.67 0.26
Hex 4B 16 71 22 51 0 38 113 43 1A
Octal 113 26 161 42 121 0 70 423 103 32
Binary 1001011 10110 1110001 100010 1010001 0 111000 100010011 1000011 11010

Color Harmonies of #4B1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1671

Black with #4B1671

Text Example


Text Example

White with #4B1671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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