Html Css Color HEX #4F2977 Blue Diamond

📋 copy color: '#4F2977'

red 79 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #4F2977

Tints of Blue Diamond #4F2977

RGB

 RED value IS 79 (31.25% from 255) = 33.05%

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 33.05%
G = 17.15%
B = 49.79%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F2977 (or 0x4F2977) is known color: Blue Diamond. HEX triplet: 4F, 29 and 77. RGB value is (79,41,119). Sum of RGB (Red+Green+Blue) = 79+41+119=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2977 is #B0D688. Grayscale: #3C3C3C. Windows color (decimal): -11589257 or 7809359. OLE color: 7809359.

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

Color convert

RGB 79 41 119 -
CMYK 0.34 0.66 0 0.53
HSL 269.23º 0.49% 0.31% -
HSV(B) 269.23º 0.66% 0.47% -
XYZ 7.35 4.58 17.95 -
YUV 61.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 79 41 119 0.34 0.66 0 0.53 269.23 0.49 0.31
Hex 4F 29 77 22 42 0 35 10D 31 1F
Octal 117 51 167 42 102 0 65 415 61 37
Binary 1001111 101001 1110111 100010 1000010 0 110101 100001101 110001 11111

Color Harmonies of #4F2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2977

Black with #4F2977

Text Example


Text Example

White with #4F2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2977;
 }
 .AnyTagClassName
 {
   color: #4F2977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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