Html Css Color HEX #4B3172 Blue Diamond

📋 copy color: '#4B3172'

red 75 ◦ green 49 ◦ blue 114

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

Shades of Blue Diamond #4B3172

Tints of Blue Diamond #4B3172

RGB

 RED value IS 75 (29.69% from 255) = 31.51%

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

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

R = 31.51%
G = 20.59%
B = 47.9%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B3172 (or 0x4B3172) is known color: Blue Diamond. HEX triplet: 4B, 31 and 72. RGB value is (75,49,114). Sum of RGB (Red+Green+Blue) = 75+49+114=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3172 is #B4CE8D. Grayscale: #3F3F3F. Windows color (decimal): -11849358 or 7483723. OLE color: 7483723.

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

Color convert

RGB 75 49 114 -
CMYK 0.34 0.57 0 0.55
HSL 264º 0.4% 0.32% -
HSV(B) 264º 0.57% 0.45% -
XYZ 7.04 4.91 16.5 -
YUV 64.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 75 49 114 0.34 0.57 0 0.55 264 0.4 0.32
Hex 4B 31 72 22 39 0 37 108 28 20
Octal 113 61 162 42 71 0 67 410 50 40
Binary 1001011 110001 1110010 100010 111001 0 110111 100001000 101000 100000

Color Harmonies of #4B3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3172

Black with #4B3172

Text Example


Text Example

White with #4B3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,114); }

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

background-color css

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

 a { background-color: rgb(75,49,114); }

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

border-color css

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

 span { border-color: rgb(75,49,114); }

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