Html Css Color HEX #4A1877 Blue Diamond

📋 copy color: '#4A1877'

red 74 ◦ green 24 ◦ blue 119

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

Shades of Blue Diamond #4A1877

Tints of Blue Diamond #4A1877

RGB

 RED value IS 74 (29.3% from 255) = 34.1%

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 34.1%
G = 11.06%
B = 54.84%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A1877 (or 0x4A1877) is known color: Blue Diamond. HEX triplet: 4A, 18 and 77. RGB value is (74,24,119). Sum of RGB (Red+Green+Blue) = 74+24+119=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 24 (9.77% from 255 or 11.06% 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 #4A1877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1877 is #B5E788. Grayscale: #313131. Windows color (decimal): -11921289 or 7805002. OLE color: 7805002.

HSL color Cylindrical-coordinate representation of color #4A1877: 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.8%. Process color model (Four color, CMYK) of #4A1877 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 24 119 -
CMYK 0.38 0.80 0 0.53
HSL 271.58º 0.66% 0.28% -
HSV(B) 271.58º 0.8% 0.47% -
XYZ 6.48 3.44 17.78 -
YUV 49.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 74 24 119 0.38 0.80 0 0.53 271.58 0.66 0.28
Hex 4A 18 77 26 50 0 35 110 42 1C
Octal 112 30 167 46 120 0 65 420 102 34
Binary 1001010 11000 1110111 100110 1010000 0 110101 100010000 1000010 11100

Color Harmonies of #4A1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1877

Black with #4A1877

Text Example


Text Example

White with #4A1877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,119); }

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

background-color css

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

 a { background-color: rgb(74,24,119); }

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

border-color css

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

 span { border-color: rgb(74,24,119); }

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