#4F1877

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

Shades of Blue Diamond #4F1877

Tints of Blue Diamond #4F1877

Color information

#4F1877 (or 0x4F1877) is unknown color: approx Blue Diamond. HEX triplet: 4F, 18 and 77. RGB value is (79,24,119). Sum of RGB (Red+Green+Blue) = 79+24+119=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F1877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1877 is #B0E788. Grayscale: #323232. Windows color (decimal): -11593609 or 7805007. OLE color: 7805007.

HSL color Cylindrical-coordinate representation of color #4F1877: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1877 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7924119-
CMYK0.340.8000.53
HSL274.74º66.43%28.04%-
HSV(B)274.74º79.83%46.67%-
XYZ6.883.6517.79-
YUV51.28166.22147.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=35.59%
G=10.81%
B=53.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79241190.340.8000.53274.7466.4328.04
Hex4F18772250035113421c
Octal117301674212006542310234
Binary100111111000111011110001010100000110101100010011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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