#4B346B

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

Shades of Blue Diamond #4B346B

Tints of Blue Diamond #4B346B

Color information

#4B346B (or 0x4B346B) is unknown color: approx Blue Diamond. HEX triplet: 4B, 34 and 6B. RGB value is (75,52,107). Sum of RGB (Red+Green+Blue) = 75+52+107=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B346B is #B4CB94. Grayscale: #404040. Windows color (decimal): -11848597 or 7025739. OLE color: 7025739.

HSL color Cylindrical-coordinate representation of color #4B346B: hue angle of 265.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B346B is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7552107-
CMYK0.300.5100.58
HSL265.09º34.59%31.18%-
HSV(B)265.09º51.4%41.96%-
XYZ6.785.0114.52-
YUV65.15151.62135.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=32.05%
G=22.22%
B=45.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75521070.300.5100.58265.0934.5931.18
Hex4B346B1E3303A109231f
Octal1136415336630724114337
Binary1001011110100110101111110110011011101010000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,107); }

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

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

 a { background-color: rgb(75,52,107); }

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

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

 span { border-color: rgb(75,52,107); }

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