Html Css Color HEX #4F3175 Blue Diamond

📋 copy color: '#4F3175'

red 79 ◦ green 49 ◦ blue 117

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

Shades of Blue Diamond #4F3175

Tints of Blue Diamond #4F3175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 32.24%
G = 20%
B = 47.76%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F3175 (or 0x4F3175) is known color: Blue Diamond. HEX triplet: 4F, 31 and 75. RGB value is (79,49,117). Sum of RGB (Red+Green+Blue) = 79+49+117=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F3175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3175 is #B0CE8A. Grayscale: #414141. Windows color (decimal): -11587211 or 7680335. OLE color: 7680335.

HSL color Cylindrical-coordinate representation of color #4F3175: hue angle of 266.47º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3175 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 49 117 -
CMYK 0.32 0.58 0 0.54
HSL 266.47º 0.41% 0.33% -
HSV(B) 266.47º 0.58% 0.46% -
XYZ 7.53 5.14 17.43 -
YUV 65.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 79 49 117 0.32 0.58 0 0.54 266.47 0.41 0.33
Hex 4F 31 75 20 3A 0 36 10A 29 21
Octal 117 61 165 40 72 0 66 412 51 41
Binary 1001111 110001 1110101 100000 111010 0 110110 100001010 101001 100001

Color Harmonies of #4F3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3175

Black with #4F3175

Text Example


Text Example

White with #4F3175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,117); }

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

background-color css

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

 a { background-color: rgb(79,49,117); }

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

border-color css

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

 span { border-color: rgb(79,49,117); }

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