Html Css Color HEX #4B3163 Blue Diamond

📋 copy color: '#4B3163'

red 75 ◦ green 49 ◦ blue 99

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

Shades of Blue Diamond #4B3163

Tints of Blue Diamond #4B3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 33.63%
G = 21.97%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B3163 (or 0x4B3163) is known color: Blue Diamond. HEX triplet: 4B, 31 and 63. RGB value is (75,49,99). Sum of RGB (Red+Green+Blue) = 75+49+99=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3163 is #B4CE9C. Grayscale: #3E3E3E. Windows color (decimal): -11849373 or 6500683. OLE color: 6500683.

HSL color Cylindrical-coordinate representation of color #4B3163: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3163 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 49 99 -
CMYK 0.24 0.51 0 0.61
HSL 271.2º 0.34% 0.29% -
HSV(B) 271.2º 0.51% 0.39% -
XYZ 6.25 4.59 12.36 -
YUV 62.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 75 49 99 0.24 0.51 0 0.61 271.2 0.34 0.29
Hex 4B 31 63 18 33 0 3D 10F 22 1D
Octal 113 61 143 30 63 0 75 417 42 35
Binary 1001011 110001 1100011 11000 110011 0 111101 100001111 100010 11101

Color Harmonies of #4B3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3163

Black with #4B3163

Text Example


Text Example

White with #4B3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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