Html Css Color HEX #4B2573 Blue Diamond

📋 copy color: '#4B2573'

red 75 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #4B2573

Tints of Blue Diamond #4B2573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 33.04%
G = 16.3%
B = 50.66%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B2573 (or 0x4B2573) is known color: Blue Diamond. HEX triplet: 4B, 25 and 73. RGB value is (75,37,115). Sum of RGB (Red+Green+Blue) = 75+37+115=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2573 is #B4DA8C. Grayscale: #383838. Windows color (decimal): -11852429 or 7546187. OLE color: 7546187.

HSL color Cylindrical-coordinate representation of color #4B2573: hue angle of 269.23º 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 #4B2573 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 37 115 -
CMYK 0.35 0.68 0 0.55
HSL 269.23º 0.51% 0.3% -
HSV(B) 269.23º 0.68% 0.45% -
XYZ 6.66 4.06 16.65 -
YUV 57.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 75 37 115 0.35 0.68 0 0.55 269.23 0.51 0.3
Hex 4B 25 73 23 44 0 37 10D 33 1E
Octal 113 45 163 43 104 0 67 415 63 36
Binary 1001011 100101 1110011 100011 1000100 0 110111 100001101 110011 11110

Color Harmonies of #4B2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2573

Black with #4B2573

Text Example


Text Example

White with #4B2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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