#4F3767

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

Shades of Blue Diamond #4F3767

Tints of Blue Diamond #4F3767

Color information

#4F3767 (or 0x4F3767) is unknown color: approx Blue Diamond. HEX triplet: 4F, 37 and 67. RGB value is (79,55,103). Sum of RGB (Red+Green+Blue) = 79+55+103=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F3767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3767 is #B0C898. Grayscale: #434343. Windows color (decimal): -11585689 or 6764367. OLE color: 6764367.

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

Color convert

RGB7955103-
CMYK0.230.4700.60
HSL270º30.38%30.98%-
HSV(B)270º46.6%40.39%-
XYZ7.045.3713.5-
YUV67.65147.95136.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=33.33%
G=23.21%
B=43.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79551030.230.4700.6027030.3830.98
Hex4F3767172F03C10e1e1f
Octal1176714727570744163637
Binary100111111011111001111011110111101111001000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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