#4A3067

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

Shades of Blue Diamond #4A3067

Tints of Blue Diamond #4A3067

Color information

#4A3067 (or 0x4A3067) is unknown color: approx Blue Diamond. HEX triplet: 4A, 30 and 67. RGB value is (74,48,103). Sum of RGB (Red+Green+Blue) = 74+48+103=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3067 is #B5CF98. Grayscale: #3D3D3D. Windows color (decimal): -11915161 or 6762570. OLE color: 6762570.

HSL color Cylindrical-coordinate representation of color #4A3067: hue angle of 268.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A3067 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7448103-
CMYK0.280.5300.60
HSL268.36º36.42%29.61%-
HSV(B)268.36º53.4%40.39%-
XYZ6.334.5513.38-
YUV62.04151.11136.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=32.89%
G=21.33%
B=45.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74481030.280.5300.60268.3636.4229.61
Hex4A30671C3503C10c241e
Octal1126014734650744144436
Binary1001010110000110011111100110101011110010000110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,103); }

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

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

 a { background-color: rgb(74,48,103); }

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

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

 span { border-color: rgb(74,48,103); }

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