#4B2467

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

Shades of Blue Diamond #4B2467

Tints of Blue Diamond #4B2467

Color information

#4B2467 (or 0x4B2467) is unknown color: approx Blue Diamond. HEX triplet: 4B, 24 and 67. RGB value is (75,36,103). Sum of RGB (Red+Green+Blue) = 75+36+103=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2467 is #B4DB98. Grayscale: #373737. Windows color (decimal): -11852697 or 6759499. OLE color: 6759499.

HSL color Cylindrical-coordinate representation of color #4B2467: hue angle of 274.93º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2467 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7536103-
CMYK0.270.6500.60
HSL274.93º48.2%27.25%-
HSV(B)274.93º65.05%40.39%-
XYZ5.983.7413.24-
YUV55.3154.92142.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=35.05%
G=16.82%
B=48.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75361030.270.6500.60274.9348.227.25
Hex4B24671B4103C113301b
Octal11344147331010744236033
Binary10010111001001100111110111000001011110010001001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,103); }

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

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

 a { background-color: rgb(75,36,103); }

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

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

 span { border-color: rgb(75,36,103); }

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