Html Css Color HEX #4A3165 Blue Diamond

📋 copy color: '#4A3165'

red 74 ◦ green 49 ◦ blue 101

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

Shades of Blue Diamond #4A3165

Tints of Blue Diamond #4A3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 33.04%
G = 21.88%
B = 45.09%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A3165 (or 0x4A3165) is known color: Blue Diamond. HEX triplet: 4A, 31 and 65. RGB value is (74,49,101). Sum of RGB (Red+Green+Blue) = 74+49+101=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3165 is #B5CE9A. Grayscale: #3E3E3E. Windows color (decimal): -11914907 or 6631754. OLE color: 6631754.

HSL color Cylindrical-coordinate representation of color #4A3165: hue angle of 268.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3165 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 49 101 -
CMYK 0.27 0.51 0 0.60
HSL 268.85º 0.35% 0.29% -
HSV(B) 268.85º 0.51% 0.4% -
XYZ 6.27 4.59 12.87 -
YUV 62.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 74 49 101 0.27 0.51 0 0.60 268.85 0.35 0.29
Hex 4A 31 65 1B 33 0 3C 10D 23 1D
Octal 112 61 145 33 63 0 74 415 43 35
Binary 1001010 110001 1100101 11011 110011 0 111100 100001101 100011 11101

Color Harmonies of #4A3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3165

Black with #4A3165

Text Example


Text Example

White with #4A3165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,49,101); }

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

background-color css

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

 a { background-color: rgb(74,49,101); }

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

border-color css

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

 span { border-color: rgb(74,49,101); }

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