#4C267A

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

Shades of Blue Diamond #4C267A

Tints of Blue Diamond #4C267A

Color information

#4C267A (or 0x4C267A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 26 and 7A. RGB value is (76,38,122). Sum of RGB (Red+Green+Blue) = 76+38+122=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C267A is #B3D985. Grayscale: #3A3A3A. Windows color (decimal): -11786630 or 8005196. OLE color: 8005196.

HSL color Cylindrical-coordinate representation of color #4C267A: hue angle of 267.14º 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 #4C267A is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7638122-
CMYK0.380.6900.52
HSL267.14º52.5%31.37%-
HSV(B)267.14º68.85%47.84%-
XYZ7.194.3318.87-
YUV58.94163.59140.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=32.20%
G=16.10%
B=51.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76381220.380.6900.52267.1452.531.37
Hex4C267A264503410b341f
Octal11446172461050644136437
Binary100110010011011110101001101000101011010010000101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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