Html Css Color HEX #4B1978 Blue Diamond

📋 copy color: '#4B1978'

red 75 ◦ green 25 ◦ blue 120

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

Shades of Blue Diamond #4B1978

Tints of Blue Diamond #4B1978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 34.09%
G = 11.36%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B1978 (or 0x4B1978) is known color: Blue Diamond. HEX triplet: 4B, 19 and 78. RGB value is (75,25,120). Sum of RGB (Red+Green+Blue) = 75+25+120=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B1978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1978 is #B4E687. Grayscale: #323232. Windows color (decimal): -11855496 or 7870795. OLE color: 7870795.

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

Color convert

RGB 75 25 120 -
CMYK 0.37 0.79 0 0.53
HSL 271.58º 0.66% 0.28% -
HSV(B) 271.58º 0.79% 0.47% -
XYZ 6.64 3.55 18.1 -
YUV 50.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 75 25 120 0.37 0.79 0 0.53 271.58 0.66 0.28
Hex 4B 19 78 25 4F 0 35 110 42 1C
Octal 113 31 170 45 117 0 65 420 102 34
Binary 1001011 11001 1111000 100101 1001111 0 110101 100010000 1000010 11100

Color Harmonies of #4B1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1978

Black with #4B1978

Text Example


Text Example

White with #4B1978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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