Html Css Color HEX #4B2572 Blue Diamond

📋 copy color: '#4B2572'

red 75 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #4B2572

Tints of Blue Diamond #4B2572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 33.19%
G = 16.37%
B = 50.44%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B2572 (or 0x4B2572) is known color: Blue Diamond. HEX triplet: 4B, 25 and 72. RGB value is (75,37,114). Sum of RGB (Red+Green+Blue) = 75+37+114=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2572 is #B4DA8D. Grayscale: #383838. Windows color (decimal): -11852430 or 7480651. OLE color: 7480651.

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

Color convert

RGB 75 37 114 -
CMYK 0.34 0.68 0 0.55
HSL 269.61º 0.51% 0.3% -
HSV(B) 269.61º 0.68% 0.45% -
XYZ 6.6 4.03 16.35 -
YUV 57.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 75 37 114 0.34 0.68 0 0.55 269.61 0.51 0.3
Hex 4B 25 72 22 44 0 37 10E 33 1E
Octal 113 45 162 42 104 0 67 416 63 36
Binary 1001011 100101 1110010 100010 1000100 0 110111 100001110 110011 11110

Color Harmonies of #4B2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2572

Black with #4B2572

Text Example


Text Example

White with #4B2572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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