#4B2277

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

Shades of Blue Diamond #4B2277

Tints of Blue Diamond #4B2277

Color information

#4B2277 (or 0x4B2277) is unknown color: approx Blue Diamond. HEX triplet: 4B, 22 and 77. RGB value is (75,34,119). Sum of RGB (Red+Green+Blue) = 75+34+119=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2277 is #B4DD88. Grayscale: #373737. Windows color (decimal): -11853193 or 7807563. OLE color: 7807563.

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

Color convert

RGB7534119-
CMYK0.370.7100.53
HSL268.94º55.56%30%-
HSV(B)268.94º71.43%46.67%-
XYZ6.83.9717.86-
YUV55.95163.58141.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=32.89%
G=14.91%
B=52.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75341190.370.7100.53268.9455.5630
Hex4B2277254703510d381e
Octal11342167451070654157036
Binary100101110001011101111001011000111011010110000110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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