Html Css Color HEX #4F337A Blue Diamond

📋 copy color: '#4F337A'

red 79 ◦ green 51 ◦ blue 122

#4F337A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4F337A

Tints of Blue Diamond #4F337A

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 value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F337A (or 0x4F337A) is known color: 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

RGB 79 51 122 -
CMYK 0.35 0.58 0 0.52
HSL 263.66º 0.41% 0.34% -
HSV(B) 263.66º 0.58% 0.48% -
XYZ 7.92 5.44 19.04 -
YUV 67.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 79 51 122 0.35 0.58 0 0.52 263.66 0.41 0.34
Hex 4F 33 7A 23 3A 0 34 108 29 22
Octal 117 63 172 43 72 0 64 410 51 42
Binary 1001111 110011 1111010 100011 111010 0 110100 100001000 101001 100010

Color Harmonies of #4F337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F337A

Black with #4F337A

Text Example


Text Example

White with #4F337A

Text Example


Text Example

HTML Codes & Css Web 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>