#4B2F6E

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

Shades of Blue Diamond #4B2F6E

Tints of Blue Diamond #4B2F6E

Color information

#4B2F6E (or 0x4B2F6E) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2F and 6E. RGB value is (75,47,110). Sum of RGB (Red+Green+Blue) = 75+47+110=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F6E is #B4D091. Grayscale: #3E3E3E. Windows color (decimal): -11849874 or 7221067. OLE color: 7221067.

HSL color Cylindrical-coordinate representation of color #4B2F6E: hue angle of 266.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2F6E is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7547110-
CMYK0.320.5700.57
HSL266.67º40.13%30.78%-
HSV(B)266.67º57.27%43.14%-
XYZ6.734.6515.3-
YUV62.55154.78136.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=32.33%
G=20.26%
B=47.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75471100.320.5700.57266.6740.1330.78
Hex4B2F6E203903910b281f
Octal1135715640710714135037
Binary10010111011111101110100000111001011100110000101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,110); }

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

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

 a { background-color: rgb(75,47,110); }

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

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

 span { border-color: rgb(75,47,110); }

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