Html Css Color HEX #4A2B71 Blue Diamond

📋 copy color: '#4A2B71'

red 74 ◦ green 43 ◦ blue 113

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

Shades of Blue Diamond #4A2B71

Tints of Blue Diamond #4A2B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.7%

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

R = 32.17%
G = 18.7%
B = 49.13%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A2B71 (or 0x4A2B71) is known color: Blue Diamond. HEX triplet: 4A, 2B and 71. RGB value is (74,43,113). Sum of RGB (Red+Green+Blue) = 74+43+113=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2B71 is #B5D48E. Grayscale: #3B3B3B. Windows color (decimal): -11916431 or 7416650. OLE color: 7416650.

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

Color convert

RGB 74 43 113 -
CMYK 0.35 0.62 0 0.56
HSL 266.57º 0.45% 0.31% -
HSV(B) 266.57º 0.62% 0.44% -
XYZ 6.67 4.38 16.12 -
YUV 60.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 74 43 113 0.35 0.62 0 0.56 266.57 0.45 0.31
Hex 4A 2B 71 23 3E 0 38 10B 2D 1F
Octal 112 53 161 43 76 0 70 413 55 37
Binary 1001010 101011 1110001 100011 111110 0 111000 100001011 101101 11111

Color Harmonies of #4A2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2B71

Black with #4A2B71

Text Example


Text Example

White with #4A2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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