Html Css Color HEX #4F3672 Blue Diamond

📋 copy color: '#4F3672'

red 79 ◦ green 54 ◦ blue 114

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

Shades of Blue Diamond #4F3672

Tints of Blue Diamond #4F3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 31.98%
G = 21.86%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F3672 (or 0x4F3672) is known color: Blue Diamond. HEX triplet: 4F, 36 and 72. RGB value is (79,54,114). Sum of RGB (Red+Green+Blue) = 79+54+114=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3672 is #B0C98D. Grayscale: #444444. Windows color (decimal): -11585934 or 7485007. OLE color: 7485007.

HSL color Cylindrical-coordinate representation of color #4F3672: hue angle of 265º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3672 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 54 114 -
CMYK 0.31 0.53 0 0.55
HSL 265º 0.36% 0.33% -
HSV(B) 265º 0.53% 0.45% -
XYZ 7.58 5.52 16.58 -
YUV 68.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 79 54 114 0.31 0.53 0 0.55 265 0.36 0.33
Hex 4F 36 72 1F 35 0 37 109 24 21
Octal 117 66 162 37 65 0 67 411 44 41
Binary 1001111 110110 1110010 11111 110101 0 110111 100001001 100100 100001

Color Harmonies of #4F3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3672

Black with #4F3672

Text Example


Text Example

White with #4F3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,114); }

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

background-color css

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

 a { background-color: rgb(79,54,114); }

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

border-color css

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

 span { border-color: rgb(79,54,114); }

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