Html Css Color HEX #4B3272 Blue Diamond

📋 copy color: '#4B3272'

red 75 ◦ green 50 ◦ blue 114

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

Shades of Blue Diamond #4B3272

Tints of Blue Diamond #4B3272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 31.38%
G = 20.92%
B = 47.7%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B3272 (or 0x4B3272) is known color: Blue Diamond. HEX triplet: 4B, 32 and 72. RGB value is (75,50,114). Sum of RGB (Red+Green+Blue) = 75+50+114=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 50 (19.92% from 255 or 20.92% 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 #4B3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3272 is #B4CD8D. Grayscale: #404040. Windows color (decimal): -11849102 or 7483979. OLE color: 7483979.

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

Color convert

RGB 75 50 114 -
CMYK 0.34 0.56 0 0.55
HSL 263.44º 0.39% 0.32% -
HSV(B) 263.44º 0.56% 0.45% -
XYZ 7.08 4.99 16.51 -
YUV 64.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 75 50 114 0.34 0.56 0 0.55 263.44 0.39 0.32
Hex 4B 32 72 22 38 0 37 107 27 20
Octal 113 62 162 42 70 0 67 407 47 40
Binary 1001011 110010 1110010 100010 111000 0 110111 100000111 100111 100000

Color Harmonies of #4B3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3272

Black with #4B3272

Text Example


Text Example

White with #4B3272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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