#4F3367

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

Shades of Blue Diamond #4F3367

Tints of Blue Diamond #4F3367

Color information

#4F3367 (or 0x4F3367) is unknown color: approx Blue Diamond. HEX triplet: 4F, 33 and 67. RGB value is (79,51,103). Sum of RGB (Red+Green+Blue) = 79+51+103=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3367 is #B0CC98. Grayscale: #414141. Windows color (decimal): -11586713 or 6763343. OLE color: 6763343.

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

Color convert

RGB7951103-
CMYK0.230.5000.60
HSL272.31º33.77%30.2%-
HSV(B)272.31º50.49%40.39%-
XYZ6.865.0113.44-
YUV65.3149.28137.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=33.91%
G=21.89%
B=44.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79511030.230.5000.60272.3133.7730.2
Hex4F3367173203C110221e
Octal1176314727620744204236
Binary1001111110011110011110111110010011110010001000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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