Html Css Color HEX #4A3372 Blue Diamond

📋 copy color: '#4A3372'

red 74 ◦ green 51 ◦ blue 114

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

Shades of Blue Diamond #4A3372

Tints of Blue Diamond #4A3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 30.96%
G = 21.34%
B = 47.7%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3372 (or 0x4A3372) is known color: Blue Diamond. HEX triplet: 4A, 33 and 72. RGB value is (74,51,114). Sum of RGB (Red+Green+Blue) = 74+51+114=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3372 is #B5CC8D. Grayscale: #404040. Windows color (decimal): -11914382 or 7484234. OLE color: 7484234.

HSL color Cylindrical-coordinate representation of color #4A3372: hue angle of 261.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3372 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 51 114 -
CMYK 0.35 0.55 0 0.55
HSL 261.9º 0.38% 0.32% -
HSV(B) 261.9º 0.55% 0.45% -
XYZ 7.05 5.04 16.52 -
YUV 65.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 74 51 114 0.35 0.55 0 0.55 261.9 0.38 0.32
Hex 4A 33 72 23 37 0 37 106 26 20
Octal 112 63 162 43 67 0 67 406 46 40
Binary 1001010 110011 1110010 100011 110111 0 110111 100000110 100110 100000

Color Harmonies of #4A3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3372

Black with #4A3372

Text Example


Text Example

White with #4A3372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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