#4B1975

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

Shades of Blue Diamond #4B1975

Tints of Blue Diamond #4B1975

Color information

#4B1975 (or 0x4B1975) is unknown color: approx Blue Diamond. HEX triplet: 4B, 19 and 75. RGB value is (75,25,117). Sum of RGB (Red+Green+Blue) = 75+25+117=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B1975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1975 is #B4E68A. Grayscale: #323232. Windows color (decimal): -11855499 or 7674187. OLE color: 7674187.

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

Color convert

RGB7525117-
CMYK0.360.7900.54
HSL272.61º64.79%27.84%-
HSV(B)272.61º78.63%45.88%-
XYZ6.463.4817.16-
YUV50.44165.56145.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=34.56%
G=11.52%
B=53.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75251170.360.7900.54272.6164.7927.84
Hex4B1975244F036111411c
Octal113311654411706642110134
Binary100101111001111010110010010011110110110100010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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