#4B2673

Color #4B2673 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4B2673

Tints of Blue Diamond #4B2673

Color information

#4B2673 (or 0x4B2673) is unknown color: approx Blue Diamond. HEX triplet: 4B, 26 and 73. RGB value is (75,38,115). Sum of RGB (Red+Green+Blue) = 75+38+115=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B2673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2673 is #B4D98C. Grayscale: #393939. Windows color (decimal): -11852173 or 7546443. OLE color: 7546443.

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

Color convert

RGB7538115-
CMYK0.350.6700.55
HSL268.83º50.33%30%-
HSV(B)268.83º66.96%45.1%-
XYZ6.694.1216.66-
YUV57.84160.26140.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=32.89%
G=16.67%
B=50.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75381150.350.6700.55268.8350.3330
Hex4B2673234303710d321e
Octal11346163431030674156236
Binary100101110011011100111000111000011011011110000110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B2673;
 }
 .AnyTagClassName
 {
   color: #4B2673;
 }
</style>
background-color css

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

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

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

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

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

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