#4F337A

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

Shades of Blue Diamond #4F337A

Tints of Blue Diamond #4F337A

Color information

#4F337A (or 0x4F337A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 33 and 7A. RGB value is (79,51,122). Sum of RGB (Red+Green+Blue) = 79+51+122=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F337A is #B0CC85. Grayscale: #434343. Windows color (decimal): -11586694 or 8008527. OLE color: 8008527.

HSL color Cylindrical-coordinate representation of color #4F337A: hue angle of 263.66º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F337A is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7951122-
CMYK0.350.5800.52
HSL263.66º41.04%33.92%-
HSV(B)263.66º58.2%47.84%-
XYZ7.925.4419.04-
YUV67.47158.78136.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.35%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=31.35%
G=20.24%
B=48.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79511220.350.5800.52263.6641.0433.92
Hex4F337A233A0341082922
Octal1176317243720644105142
Binary100111111001111110101000111110100110100100001000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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