Html Css Color HEX #4B1777 Blue Diamond

📋 copy color: '#4B1777'

red 75 ◦ green 23 ◦ blue 119

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

Shades of Blue Diamond #4B1777

Tints of Blue Diamond #4B1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 34.56%
G = 10.6%
B = 54.84%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B1777 (or 0x4B1777) is known color: Blue Diamond. HEX triplet: 4B, 17 and 77. RGB value is (75,23,119). Sum of RGB (Red+Green+Blue) = 75+23+119=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1777 is #B4E888. Grayscale: #313131. Windows color (decimal): -11856009 or 7804747. OLE color: 7804747.

HSL color Cylindrical-coordinate representation of color #4B1777: hue angle of 272.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1777 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 23 119 -
CMYK 0.37 0.81 0 0.53
HSL 272.5º 0.68% 0.28% -
HSV(B) 272.5º 0.81% 0.47% -
XYZ 6.54 3.44 17.77 -
YUV 49.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 75 23 119 0.37 0.81 0 0.53 272.5 0.68 0.28
Hex 4B 17 77 25 51 0 35 110 44 1C
Octal 113 27 167 45 121 0 65 420 104 34
Binary 1001011 10111 1110111 100101 1010001 0 110101 100010000 1000100 11100

Color Harmonies of #4B1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1777

Black with #4B1777

Text Example


Text Example

White with #4B1777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,119); }

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

background-color css

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

 a { background-color: rgb(75,23,119); }

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

border-color css

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

 span { border-color: rgb(75,23,119); }

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