#4F2477

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

Shades of Blue Diamond #4F2477

Tints of Blue Diamond #4F2477

Color information

#4F2477 (or 0x4F2477) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 77. RGB value is (79,36,119). Sum of RGB (Red+Green+Blue) = 79+36+119=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2477 is #B0DB88. Grayscale: #3A3A3A. Windows color (decimal): -11590537 or 7808079. OLE color: 7808079.

HSL color Cylindrical-coordinate representation of color #4F2477: hue angle of 271.08º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2477 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7936119-
CMYK0.340.7000.53
HSL271.08º53.55%30.39%-
HSV(B)271.08º69.75%46.67%-
XYZ7.194.2617.9-
YUV58.32162.25142.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=33.76%
G=15.38%
B=50.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79361190.340.7000.53271.0853.5530.39
Hex4F2477224603510f361e
Octal11744167421060654176636
Binary100111110010011101111000101000110011010110000111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,119); }

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

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

 a { background-color: rgb(79,36,119); }

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

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

 span { border-color: rgb(79,36,119); }

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