#4F2669

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

Shades of Blue Diamond #4F2669

Tints of Blue Diamond #4F2669

Color information

#4F2669 (or 0x4F2669) is unknown color: approx Blue Diamond. HEX triplet: 4F, 26 and 69. RGB value is (79,38,105). Sum of RGB (Red+Green+Blue) = 79+38+105=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F2669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2669 is #B0D996. Grayscale: #393939. Windows color (decimal): -11590039 or 6891087. OLE color: 6891087.

HSL color Cylindrical-coordinate representation of color #4F2669: hue angle of 276.72º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F2669 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7938105-
CMYK0.250.6400.59
HSL276.72º46.85%28.04%-
HSV(B)276.72º63.81%41.18%-
XYZ6.474.0713.81-
YUV57.9154.58143.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=35.59%
G=17.12%
B=47.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79381050.250.6400.59276.7246.8528.04
Hex4F2669194003B1152f1c
Octal11746151311000734255734
Binary10011111001101101001110011000000011101110001010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,105); }

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

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

 a { background-color: rgb(79,38,105); }

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

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

 span { border-color: rgb(79,38,105); }

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