Html Css Color HEX #4A3373 Blue Diamond

📋 copy color: '#4A3373'

red 74 ◦ green 51 ◦ blue 115

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

Shades of Blue Diamond #4A3373

Tints of Blue Diamond #4A3373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 30.83%
G = 21.25%
B = 47.92%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3373 (or 0x4A3373) is known color: Blue Diamond. HEX triplet: 4A, 33 and 73. RGB value is (74,51,115). Sum of RGB (Red+Green+Blue) = 74+51+115=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3373 is #B5CC8C. Grayscale: #404040. Windows color (decimal): -11914381 or 7549770. OLE color: 7549770.

HSL color Cylindrical-coordinate representation of color #4A3373: hue angle of 261.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A3373 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 51 115 -
CMYK 0.36 0.56 0 0.55
HSL 261.56º 0.39% 0.33% -
HSV(B) 261.56º 0.56% 0.45% -
XYZ 7.1 5.06 16.82 -
YUV 65.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 74 51 115 0.36 0.56 0 0.55 261.56 0.39 0.33
Hex 4A 33 73 24 38 0 37 106 27 21
Octal 112 63 163 44 70 0 67 406 47 41
Binary 1001010 110011 1110011 100100 111000 0 110111 100000110 100111 100001

Color Harmonies of #4A3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3373

Black with #4A3373

Text Example


Text Example

White with #4A3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,115); }

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

background-color css

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

 a { background-color: rgb(74,51,115); }

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

border-color css

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

 span { border-color: rgb(74,51,115); }

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