Html Css Color HEX #4A3071 Blue Diamond

📋 copy color: '#4A3071'

red 74 ◦ green 48 ◦ blue 113

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

Shades of Blue Diamond #4A3071

Tints of Blue Diamond #4A3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 31.49%
G = 20.43%
B = 48.09%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3071 (or 0x4A3071) is known color: Blue Diamond. HEX triplet: 4A, 30 and 71. RGB value is (74,48,113). Sum of RGB (Red+Green+Blue) = 74+48+113=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3071 is #B5CF8E. Grayscale: #3E3E3E. Windows color (decimal): -11915151 or 7417930. OLE color: 7417930.

HSL color Cylindrical-coordinate representation of color #4A3071: hue angle of 264º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3071 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 48 113 -
CMYK 0.35 0.58 0 0.56
HSL 264º 0.4% 0.32% -
HSV(B) 264º 0.58% 0.44% -
XYZ 6.86 4.76 16.18 -
YUV 63.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 74 48 113 0.35 0.58 0 0.56 264 0.4 0.32
Hex 4A 30 71 23 3A 0 38 108 28 20
Octal 112 60 161 43 72 0 70 410 50 40
Binary 1001010 110000 1110001 100011 111010 0 111000 100001000 101000 100000

Color Harmonies of #4A3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3071

Black with #4A3071

Text Example


Text Example

White with #4A3071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,48,113); }

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

background-color css

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

 a { background-color: rgb(74,48,113); }

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

border-color css

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

 span { border-color: rgb(74,48,113); }

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