Html Css Color HEX #4A1D77 Blue Diamond

📋 copy color: '#4A1D77'

red 74 ◦ green 29 ◦ blue 119

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

Shades of Blue Diamond #4A1D77

Tints of Blue Diamond #4A1D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

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

R = 33.33%
G = 13.06%
B = 53.6%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A1D77 (or 0x4A1D77) is known color: Blue Diamond. HEX triplet: 4A, 1D and 77. RGB value is (74,29,119). Sum of RGB (Red+Green+Blue) = 74+29+119=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A1D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D77 is #B5E288. Grayscale: #343434. Windows color (decimal): -11920009 or 7806282. OLE color: 7806282.

HSL color Cylindrical-coordinate representation of color #4A1D77: hue angle of 270º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1D77 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 29 119 -
CMYK 0.38 0.76 0 0.53
HSL 270º 0.61% 0.29% -
HSV(B) 270º 0.76% 0.47% -
XYZ 6.59 3.67 17.81 -
YUV 52.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 74 29 119 0.38 0.76 0 0.53 270 0.61 0.29
Hex 4A 1D 77 26 4C 0 35 10E 3D 1D
Octal 112 35 167 46 114 0 65 416 75 35
Binary 1001010 11101 1110111 100110 1001100 0 110101 100001110 111101 11101

Color Harmonies of #4A1D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D77

Black with #4A1D77

Text Example


Text Example

White with #4A1D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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