Html Css Color HEX #4B316D Blue Diamond

📋 copy color: '#4B316D'

red 75 ◦ green 49 ◦ blue 109

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

Shades of Blue Diamond #4B316D

Tints of Blue Diamond #4B316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 32.19%
G = 21.03%
B = 46.78%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B316D (or 0x4B316D) is known color: Blue Diamond. HEX triplet: 4B, 31 and 6D. RGB value is (75,49,109). Sum of RGB (Red+Green+Blue) = 75+49+109=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B316D is #B4CE92. Grayscale: #3F3F3F. Windows color (decimal): -11849363 or 7156043. OLE color: 7156043.

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

Color convert

RGB 75 49 109 -
CMYK 0.31 0.55 0 0.57
HSL 266º 0.38% 0.31% -
HSV(B) 266º 0.55% 0.43% -
XYZ 6.76 4.8 15.04 -
YUV 63.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 75 49 109 0.31 0.55 0 0.57 266 0.38 0.31
Hex 4B 31 6D 1F 37 0 39 10A 26 1F
Octal 113 61 155 37 67 0 71 412 46 37
Binary 1001011 110001 1101101 11111 110111 0 111001 100001010 100110 11111

Color Harmonies of #4B316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B316D

Black with #4B316D

Text Example


Text Example

White with #4B316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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