#4F3770

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

Shades of Blue Diamond #4F3770

Tints of Blue Diamond #4F3770

Color information

#4F3770 (or 0x4F3770) is unknown color: approx Blue Diamond. HEX triplet: 4F, 37 and 70. RGB value is (79,55,112). Sum of RGB (Red+Green+Blue) = 79+55+112=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3770 is #B0C88F. Grayscale: #444444. Windows color (decimal): -11585680 or 7354191. OLE color: 7354191.

HSL color Cylindrical-coordinate representation of color #4F3770: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F3770 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7955112-
CMYK0.290.5100.56
HSL265.26º34.13%32.75%-
HSV(B)265.26º50.89%43.92%-
XYZ7.525.5616.01-
YUV68.67152.45135.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=32.11%
G=22.36%
B=45.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79551120.290.5100.56265.2634.1332.75
Hex4F37701D330381092221
Octal1176716035630704114241
Binary10011111101111110000111011100110111000100001001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,112); }

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

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

 a { background-color: rgb(79,55,112); }

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

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

 span { border-color: rgb(79,55,112); }

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