Html Css Color HEX #4F306D Blue Diamond

📋 copy color: '#4F306D'

red 79 ◦ green 48 ◦ blue 109

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

Shades of Blue Diamond #4F306D

Tints of Blue Diamond #4F306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 33.47%
G = 20.34%
B = 46.19%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F306D (or 0x4F306D) is known color: Blue Diamond. HEX triplet: 4F, 30 and 6D. RGB value is (79,48,109). Sum of RGB (Red+Green+Blue) = 79+48+109=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F306D is #B0CF92. Grayscale: #404040. Windows color (decimal): -11587475 or 7155791. OLE color: 7155791.

HSL color Cylindrical-coordinate representation of color #4F306D: hue angle of 270.49º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F306D is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 48 109 -
CMYK 0.28 0.56 0 0.57
HSL 270.49º 0.39% 0.31% -
HSV(B) 270.49º 0.56% 0.43% -
XYZ 7.04 4.88 15.04 -
YUV 64.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 79 48 109 0.28 0.56 0 0.57 270.49 0.39 0.31
Hex 4F 30 6D 1C 38 0 39 10E 27 1F
Octal 117 60 155 34 70 0 71 416 47 37
Binary 1001111 110000 1101101 11100 111000 0 111001 100001110 100111 11111

Color Harmonies of #4F306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F306D

Black with #4F306D

Text Example


Text Example

White with #4F306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,109); }

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

background-color css

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

 a { background-color: rgb(79,48,109); }

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

border-color css

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

 span { border-color: rgb(79,48,109); }

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