#4B276C

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

Shades of Blue Diamond #4B276C

Tints of Blue Diamond #4B276C

Color information

#4B276C (or 0x4B276C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 27 and 6C. RGB value is (75,39,108). Sum of RGB (Red+Green+Blue) = 75+39+108=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B276C is #B4D893. Grayscale: #393939. Windows color (decimal): -11851924 or 7087947. OLE color: 7087947.

HSL color Cylindrical-coordinate representation of color #4B276C: hue angle of 271.3º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B276C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7539108-
CMYK0.310.6400.58
HSL271.3º46.94%28.82%-
HSV(B)271.3º63.89%42.35%-
XYZ6.334.0314.63-
YUV57.63156.43140.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=33.78%
G=17.57%
B=48.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75391080.310.6400.58271.346.9428.82
Hex4B276C1F4003A10f2f1d
Octal11347154371000724175735
Binary10010111001111101100111111000000011101010000111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,108); }

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

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

 a { background-color: rgb(75,39,108); }

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

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

 span { border-color: rgb(75,39,108); }

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