#4F3470

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

Shades of Blue Diamond #4F3470

Tints of Blue Diamond #4F3470

Color information

#4F3470 (or 0x4F3470) is unknown color: approx Blue Diamond. HEX triplet: 4F, 34 and 70. RGB value is (79,52,112). Sum of RGB (Red+Green+Blue) = 79+52+112=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F3470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3470 is #B0CB8F. Grayscale: #424242. Windows color (decimal): -11586448 or 7353423. OLE color: 7353423.

HSL color Cylindrical-coordinate representation of color #4F3470: hue angle of 267º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3470 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7952112-
CMYK0.290.5400.56
HSL267º36.59%32.16%-
HSV(B)267º53.57%43.92%-
XYZ7.385.2915.96-
YUV66.91153.45136.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=32.51%
G=21.40%
B=46.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79521120.290.5400.5626736.5932.16
Hex4F34701D3603810b2520
Octal1176416035660704134540
Binary10011111101001110000111011101100111000100001011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,112); }

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

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

 a { background-color: rgb(79,52,112); }

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

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

 span { border-color: rgb(79,52,112); }

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