Html Css Color HEX #4A1775 Blue Diamond

📋 copy color: '#4A1775'

red 74 ◦ green 23 ◦ blue 117

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

Shades of Blue Diamond #4A1775

Tints of Blue Diamond #4A1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 34.58%
G = 10.75%
B = 54.67%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A1775 (or 0x4A1775) is known color: Blue Diamond. HEX triplet: 4A, 17 and 75. RGB value is (74,23,117). Sum of RGB (Red+Green+Blue) = 74+23+117=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1775 is #B5E88A. Grayscale: #303030. Windows color (decimal): -11921547 or 7673674. OLE color: 7673674.

HSL color Cylindrical-coordinate representation of color #4A1775: hue angle of 272.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1775 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 23 117 -
CMYK 0.37 0.80 0 0.54
HSL 272.55º 0.67% 0.27% -
HSV(B) 272.55º 0.8% 0.46% -
XYZ 6.34 3.35 17.14 -
YUV 48.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 74 23 117 0.37 0.80 0 0.54 272.55 0.67 0.27
Hex 4A 17 75 25 50 0 36 111 43 1B
Octal 112 27 165 45 120 0 66 421 103 33
Binary 1001010 10111 1110101 100101 1010000 0 110110 100010001 1000011 11011

Color Harmonies of #4A1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1775

Black with #4A1775

Text Example


Text Example

White with #4A1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,117); }

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

background-color css

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

 a { background-color: rgb(74,23,117); }

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

border-color css

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

 span { border-color: rgb(74,23,117); }

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