#4B346E

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

Shades of Blue Diamond #4B346E

Tints of Blue Diamond #4B346E

Color information

#4B346E (or 0x4B346E) is unknown color: approx Blue Diamond. HEX triplet: 4B, 34 and 6E. RGB value is (75,52,110). Sum of RGB (Red+Green+Blue) = 75+52+110=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B346E is #B4CB91. Grayscale: #414141. Windows color (decimal): -11848594 or 7222347. OLE color: 7222347.

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

Color convert

RGB7552110-
CMYK0.320.5300.57
HSL263.79º35.8%31.76%-
HSV(B)263.79º52.73%43.14%-
XYZ6.945.0815.37-
YUV65.49153.12134.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=31.65%
G=21.94%
B=46.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75521100.320.5300.57263.7935.831.76
Hex4B346E20350391082420
Octal1136415640650714104440
Binary100101111010011011101000001101010111001100001000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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