#4B146A

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

Shades of Blue Diamond #4B146A

Tints of Blue Diamond #4B146A

Color information

#4B146A (or 0x4B146A) is unknown color: approx Blue Diamond. HEX triplet: 4B, 14 and 6A. RGB value is (75,20,106). Sum of RGB (Red+Green+Blue) = 75+20+106=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B146A is #B4EB95. Grayscale: #2D2D2D. Windows color (decimal): -11856790 or 6952011. OLE color: 6952011.

HSL color Cylindrical-coordinate representation of color #4B146A: hue angle of 278.37º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B146A is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7520106-
CMYK0.290.8100.58
HSL278.37º68.25%24.71%-
HSV(B)278.37º81.13%41.57%-
XYZ5.753.0413.92-
YUV46.25161.72148.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=37.31%
G=9.95%
B=52.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75201060.290.8100.58278.3768.2524.71
Hex4B146A1D5103A1164419
Octal113241523512107242610431
Binary10010111010011010101110110100010111010100010110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,106); }

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

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

 a { background-color: rgb(75,20,106); }

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

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

 span { border-color: rgb(75,20,106); }

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