#4B267A

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

Shades of Blue Diamond #4B267A

Tints of Blue Diamond #4B267A

Color information

#4B267A (or 0x4B267A) is unknown color: approx Blue Diamond. HEX triplet: 4B, 26 and 7A. RGB value is (75,38,122). Sum of RGB (Red+Green+Blue) = 75+38+122=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B267A is #B4D985. Grayscale: #3A3A3A. Windows color (decimal): -11852166 or 8005195. OLE color: 8005195.

HSL color Cylindrical-coordinate representation of color #4B267A: hue angle of 266.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B267A is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7538122-
CMYK0.390.6900.52
HSL266.43º52.5%31.37%-
HSV(B)266.43º68.85%47.84%-
XYZ7.114.2918.87-
YUV58.64163.76139.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=31.91%
G=16.17%
B=51.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75381220.390.6900.52266.4352.531.37
Hex4B267A274503410a341f
Octal11346172471050644126437
Binary100101110011011110101001111000101011010010000101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,122); }

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

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

 a { background-color: rgb(75,38,122); }

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

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

 span { border-color: rgb(75,38,122); }

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