Html Css Color HEX #4B3270 Blue Diamond

📋 copy color: '#4B3270'

red 75 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #4B3270

Tints of Blue Diamond #4B3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.26%

R = 31.65%
G = 21.1%
B = 47.26%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B3270 (or 0x4B3270) is known color: Blue Diamond. HEX triplet: 4B, 32 and 70. RGB value is (75,50,112). Sum of RGB (Red+Green+Blue) = 75+50+112=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3270 is #B4CD8F. Grayscale: #404040. Windows color (decimal): -11849104 or 7352907. OLE color: 7352907.

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

Color convert

RGB 75 50 112 -
CMYK 0.33 0.55 0 0.56
HSL 264.19º 0.38% 0.32% -
HSV(B) 264.19º 0.55% 0.44% -
XYZ 6.97 4.95 15.92 -
YUV 64.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 75 50 112 0.33 0.55 0 0.56 264.19 0.38 0.32
Hex 4B 32 70 21 37 0 38 108 26 20
Octal 113 62 160 41 67 0 70 410 46 40
Binary 1001011 110010 1110000 100001 110111 0 111000 100001000 100110 100000

Color Harmonies of #4B3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3270

Black with #4B3270

Text Example


Text Example

White with #4B3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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