Html Css Color HEX #4B3072 Blue Diamond

📋 copy color: '#4B3072'

red 75 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #4B3072

Tints of Blue Diamond #4B3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 31.65%
G = 20.25%
B = 48.1%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B3072 (or 0x4B3072) is known color: Blue Diamond. HEX triplet: 4B, 30 and 72. RGB value is (75,48,114). Sum of RGB (Red+Green+Blue) = 75+48+114=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3072 is #B4CF8D. Grayscale: #3F3F3F. Windows color (decimal): -11849614 or 7483467. OLE color: 7483467.

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

Color convert

RGB 75 48 114 -
CMYK 0.34 0.58 0 0.55
HSL 264.55º 0.41% 0.32% -
HSV(B) 264.55º 0.58% 0.45% -
XYZ 7 4.82 16.48 -
YUV 63.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 75 48 114 0.34 0.58 0 0.55 264.55 0.41 0.32
Hex 4B 30 72 22 3A 0 37 109 29 20
Octal 113 60 162 42 72 0 67 411 51 40
Binary 1001011 110000 1110010 100010 111010 0 110111 100001001 101001 100000

Color Harmonies of #4B3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3072

Black with #4B3072

Text Example


Text Example

White with #4B3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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