#4B2E69

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

Shades of Blue Diamond #4B2E69

Tints of Blue Diamond #4B2E69

Color information

#4B2E69 (or 0x4B2E69) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2E and 69. RGB value is (75,46,105). Sum of RGB (Red+Green+Blue) = 75+46+105=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B2E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E69 is #B4D196. Grayscale: #3D3D3D. Windows color (decimal): -11850135 or 6893131. OLE color: 6893131.

HSL color Cylindrical-coordinate representation of color #4B2E69: hue angle of 269.49º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2E69 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7546105-
CMYK0.290.5600.59
HSL269.49º39.07%29.61%-
HSV(B)269.49º56.19%41.18%-
XYZ6.434.4713.89-
YUV61.4152.61137.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=33.19%
G=20.35%
B=46.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75461050.290.5600.59269.4939.0729.61
Hex4B2E691D3803B10d271e
Octal1135615135700734154736
Binary1001011101110110100111101111000011101110000110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,105); }

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

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

 a { background-color: rgb(75,46,105); }

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

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

 span { border-color: rgb(75,46,105); }

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