#4f236a

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

Shades of Blue Diamond #4F236A

Tints of Blue Diamond #4F236A

Color information

#4F236A (or 0x4F236A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 23 and 6A. RGB value is (79,35,106). Sum of RGB (Red+Green+Blue) = 79+35+106=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F236A is #B0DC95. Grayscale: #383838. Windows color (decimal): -11590806 or 6955855. OLE color: 6955855.

HSL color Cylindrical-coordinate representation of color #4F236A: hue angle of 277.18º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F236A is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7935106-
CMYK0.250.6700.58
HSL277.18º50.35%27.65%-
HSV(B)277.18º66.98%41.57%-
XYZ6.433.914.05-
YUV56.25156.08144.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=35.91%
G=15.91%
B=48.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79351060.250.6700.58277.1850.3527.65
Hex4F236A194303A115321c
Octal11743152311030724256234
Binary10011111000111101010110011000011011101010001010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f236a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,106); }

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

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

 a { background-color: rgb(79,35,106); }

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

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

 span { border-color: rgb(79,35,106); }

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