#4B176F

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

Shades of Blue Diamond #4B176F

Tints of Blue Diamond #4B176F

Color information

#4B176F (or 0x4B176F) is unknown color: approx Blue Diamond. HEX triplet: 4B, 17 and 6F. RGB value is (75,23,111). Sum of RGB (Red+Green+Blue) = 75+23+111=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B176F is #B4E890. Grayscale: #303030. Windows color (decimal): -11856017 or 7280459. OLE color: 7280459.

HSL color Cylindrical-coordinate representation of color #4B176F: hue angle of 275.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B176F is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7523111-
CMYK0.320.7900.56
HSL275.45º65.67%26.27%-
HSV(B)275.45º79.28%43.53%-
XYZ6.083.2615.35-
YUV48.58163.23146.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=35.89%
G=11.00%
B=53.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75231110.320.7900.56275.4565.6726.27
Hex4B176F204F038113421a
Octal113271574011707042310232
Binary100101110111110111110000010011110111000100010011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,111); }

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

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

 a { background-color: rgb(75,23,111); }

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

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

 span { border-color: rgb(75,23,111); }

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