#4B2675

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

Shades of Blue Diamond #4B2675

Tints of Blue Diamond #4B2675

Color information

#4B2675 (or 0x4B2675) is unknown color: approx Blue Diamond. HEX triplet: 4B, 26 and 75. RGB value is (75,38,117). Sum of RGB (Red+Green+Blue) = 75+38+117=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2675 is #B4D98A. Grayscale: #393939. Windows color (decimal): -11852171 or 7677515. OLE color: 7677515.

HSL color Cylindrical-coordinate representation of color #4B2675: hue angle of 268.1º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2675 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7538117-
CMYK0.360.6800.54
HSL268.1º50.97%30.39%-
HSV(B)268.1º67.52%45.88%-
XYZ6.814.1717.28-
YUV58.07161.26140.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=32.61%
G=16.52%
B=50.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75381170.360.6800.54268.150.9730.39
Hex4B2675244403610c331e
Octal11346165441040664146336
Binary100101110011011101011001001000100011011010000110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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