#4F197A

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

Shades of Blue Diamond #4F197A

Tints of Blue Diamond #4F197A

Color information

#4F197A (or 0x4F197A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 19 and 7A. RGB value is (79,25,122). Sum of RGB (Red+Green+Blue) = 79+25+122=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197A is #B0E685. Grayscale: #333333. Windows color (decimal): -11593350 or 8001871. OLE color: 8001871.

HSL color Cylindrical-coordinate representation of color #4F197A: hue angle of 273.4º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F197A is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7925122-
CMYK0.350.8000.52
HSL273.4º65.99%28.82%-
HSV(B)273.4º79.51%47.84%-
XYZ7.083.7618.77-
YUV52.2167.39147.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=34.96%
G=11.06%
B=53.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79251220.350.8000.52273.465.9928.82
Hex4F197A2350034111421d
Octal117311724312006442110235
Binary100111111001111101010001110100000110100100010001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,122); }

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

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

 a { background-color: rgb(79,25,122); }

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

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

 span { border-color: rgb(79,25,122); }

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