Html Css Color HEX #4B1973 Blue Diamond

📋 copy color: '#4B1973'

red 75 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #4B1973

Tints of Blue Diamond #4B1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 34.88%
G = 11.63%
B = 53.49%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B1973 (or 0x4B1973) is known color: Blue Diamond. HEX triplet: 4B, 19 and 73. RGB value is (75,25,115). Sum of RGB (Red+Green+Blue) = 75+25+115=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1973 is #B4E68C. Grayscale: #313131. Windows color (decimal): -11855501 or 7543115. OLE color: 7543115.

HSL color Cylindrical-coordinate representation of color #4B1973: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B1973 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 25 115 -
CMYK 0.35 0.78 0 0.55
HSL 273.33º 0.64% 0.27% -
HSV(B) 273.33º 0.78% 0.45% -
XYZ 6.34 3.43 16.55 -
YUV 50.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 75 25 115 0.35 0.78 0 0.55 273.33 0.64 0.27
Hex 4B 19 73 23 4E 0 37 111 40 1B
Octal 113 31 163 43 116 0 67 421 100 33
Binary 1001011 11001 1110011 100011 1001110 0 110111 100010001 1000000 11011

Color Harmonies of #4B1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1973

Black with #4B1973

Text Example


Text Example

White with #4B1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,25,115); }

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

background-color css

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

 a { background-color: rgb(75,25,115); }

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

border-color css

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

 span { border-color: rgb(75,25,115); }

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