Html Css Color HEX #4F3371 Blue Diamond

📋 copy color: '#4F3371'

red 79 ◦ green 51 ◦ blue 113

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

Shades of Blue Diamond #4F3371

Tints of Blue Diamond #4F3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 32.51%
G = 20.99%
B = 46.5%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F3371 (or 0x4F3371) is known color: Blue Diamond. HEX triplet: 4F, 33 and 71. RGB value is (79,51,113). Sum of RGB (Red+Green+Blue) = 79+51+113=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3371 is #B0CC8E. Grayscale: #424242. Windows color (decimal): -11586703 or 7418703. OLE color: 7418703.

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

Color convert

RGB 79 51 113 -
CMYK 0.30 0.55 0 0.56
HSL 267.1º 0.38% 0.32% -
HSV(B) 267.1º 0.55% 0.44% -
XYZ 7.39 5.22 16.24 -
YUV 66.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 79 51 113 0.30 0.55 0 0.56 267.1 0.38 0.32
Hex 4F 33 71 1E 37 0 38 10B 26 20
Octal 117 63 161 36 67 0 70 413 46 40
Binary 1001111 110011 1110001 11110 110111 0 111000 100001011 100110 100000

Color Harmonies of #4F3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3371

Black with #4F3371

Text Example


Text Example

White with #4F3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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