#4A306C

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

Shades of Blue Diamond #4A306C

Tints of Blue Diamond #4A306C

Color information

#4A306C (or 0x4A306C) is unknown color: approx Blue Diamond. HEX triplet: 4A, 30 and 6C. RGB value is (74,48,108). Sum of RGB (Red+Green+Blue) = 74+48+108=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A306C is #B5CF93. Grayscale: #3E3E3E. Windows color (decimal): -11915156 or 7090250. OLE color: 7090250.

HSL color Cylindrical-coordinate representation of color #4A306C: hue angle of 266º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A306C is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7448108-
CMYK0.310.5600.58
HSL266º38.46%30.59%-
HSV(B)266º55.56%42.35%-
XYZ6.594.6514.74-
YUV62.61153.61136.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=32.17%
G=20.87%
B=46.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74481080.310.5600.5826638.4630.59
Hex4A306C1F3803A10a261f
Octal1126015437700724124637
Binary1001010110000110110011111111000011101010000101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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