Html Css Color HEX #4A3471 Blue Diamond

📋 copy color: '#4A3471'

red 74 ◦ green 52 ◦ blue 113

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

Shades of Blue Diamond #4A3471

Tints of Blue Diamond #4A3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 30.96%
G = 21.76%
B = 47.28%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A3471 (or 0x4A3471) is known color: Blue Diamond. HEX triplet: 4A, 34 and 71. RGB value is (74,52,113). Sum of RGB (Red+Green+Blue) = 74+52+113=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3471 is #B5CB8E. Grayscale: #414141. Windows color (decimal): -11914127 or 7418954. OLE color: 7418954.

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

Color convert

RGB 74 52 113 -
CMYK 0.35 0.54 0 0.56
HSL 261.64º 0.37% 0.32% -
HSV(B) 261.64º 0.54% 0.44% -
XYZ 7.03 5.1 16.24 -
YUV 65.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 74 52 113 0.35 0.54 0 0.56 261.64 0.37 0.32
Hex 4A 34 71 23 36 0 38 106 25 20
Octal 112 64 161 43 66 0 70 406 45 40
Binary 1001010 110100 1110001 100011 110110 0 111000 100000110 100101 100000

Color Harmonies of #4A3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3471

Black with #4A3471

Text Example


Text Example

White with #4A3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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