Html Css Color HEX #4B1975 Blue Diamond

📋 copy color: '#4B1975'

red 75 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #4B1975

Tints of Blue Diamond #4B1975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 34.56%
G = 11.52%
B = 53.92%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B1975 (or 0x4B1975) is known color: Blue Diamond. HEX triplet: 4B, 19 and 75. RGB value is (75,25,117). Sum of RGB (Red+Green+Blue) = 75+25+117=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B1975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1975 is #B4E68A. Grayscale: #323232. Windows color (decimal): -11855499 or 7674187. OLE color: 7674187.

HSL color Cylindrical-coordinate representation of color #4B1975: hue angle of 272.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B1975 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 25 117 -
CMYK 0.36 0.79 0 0.54
HSL 272.61º 0.65% 0.28% -
HSV(B) 272.61º 0.79% 0.46% -
XYZ 6.46 3.48 17.16 -
YUV 50.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 75 25 117 0.36 0.79 0 0.54 272.61 0.65 0.28
Hex 4B 19 75 24 4F 0 36 111 41 1C
Octal 113 31 165 44 117 0 66 421 101 34
Binary 1001011 11001 1110101 100100 1001111 0 110110 100010001 1000001 11100

Color Harmonies of #4B1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1975

Black with #4B1975

Text Example


Text Example

White with #4B1975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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