Html Css Color HEX #4B2D77 Blue Diamond

📋 copy color: '#4B2D77'

red 75 ◦ green 45 ◦ blue 119

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

Shades of Blue Diamond #4B2D77

Tints of Blue Diamond #4B2D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 31.38%
G = 18.83%
B = 49.79%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B2D77 (or 0x4B2D77) is known color: Blue Diamond. HEX triplet: 4B, 2D and 77. RGB value is (75,45,119). Sum of RGB (Red+Green+Blue) = 75+45+119=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D77 is #B4D288. Grayscale: #3E3E3E. Windows color (decimal): -11850377 or 7810379. OLE color: 7810379.

HSL color Cylindrical-coordinate representation of color #4B2D77: hue angle of 264.32º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B2D77 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 45 119 -
CMYK 0.37 0.62 0 0.53
HSL 264.32º 0.45% 0.32% -
HSV(B) 264.32º 0.62% 0.47% -
XYZ 7.17 4.7 17.98 -
YUV 62.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 75 45 119 0.37 0.62 0 0.53 264.32 0.45 0.32
Hex 4B 2D 77 25 3E 0 35 108 2D 20
Octal 113 55 167 45 76 0 65 410 55 40
Binary 1001011 101101 1110111 100101 111110 0 110101 100001000 101101 100000

Color Harmonies of #4B2D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2D77

Black with #4B2D77

Text Example


Text Example

White with #4B2D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,45,119); }

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

background-color css

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

 a { background-color: rgb(75,45,119); }

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

border-color css

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

 span { border-color: rgb(75,45,119); }

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