#4B2674

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

Shades of Blue Diamond #4B2674

Tints of Blue Diamond #4B2674

Color information

#4B2674 (or 0x4B2674) is unknown color: approx Blue Diamond. HEX triplet: 4B, 26 and 74. RGB value is (75,38,116). Sum of RGB (Red+Green+Blue) = 75+38+116=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B2674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2674 is #B4D98B. Grayscale: #393939. Windows color (decimal): -11852172 or 7611979. OLE color: 7611979.

HSL color Cylindrical-coordinate representation of color #4B2674: hue angle of 268.46º degrees, saturation: 0.51, 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 #4B2674 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7538116-
CMYK0.350.6700.55
HSL268.46º50.65%30.2%-
HSV(B)268.46º67.24%45.49%-
XYZ6.754.1416.97-
YUV57.96160.76140.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=32.75%
G=16.59%
B=50.66%

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
Decimal75381160.350.6700.55268.4650.6530.2
Hex4B2674234303710c331e
Octal11346164431030674146336
Binary100101110011011101001000111000011011011110000110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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