Html Css Color HEX #4F236D Blue Diamond

📋 copy color: '#4F236D'

red 79 ◦ green 35 ◦ blue 109

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

Shades of Blue Diamond #4F236D

Tints of Blue Diamond #4F236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 35.43%
G = 15.7%
B = 48.88%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F236D (or 0x4F236D) is known color: Blue Diamond. HEX triplet: 4F, 23 and 6D. RGB value is (79,35,109). Sum of RGB (Red+Green+Blue) = 79+35+109=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F236D is #B0DC92. Grayscale: #383838. Windows color (decimal): -11590803 or 7152463. OLE color: 7152463.

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

Color convert

RGB 79 35 109 -
CMYK 0.28 0.68 0 0.57
HSL 275.68º 0.51% 0.28% -
HSV(B) 275.68º 0.68% 0.43% -
XYZ 6.59 3.97 14.89 -
YUV 56.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 79 35 109 0.28 0.68 0 0.57 275.68 0.51 0.28
Hex 4F 23 6D 1C 44 0 39 114 33 1C
Octal 117 43 155 34 104 0 71 424 63 34
Binary 1001111 100011 1101101 11100 1000100 0 111001 100010100 110011 11100

Color Harmonies of #4F236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F236D

Black with #4F236D

Text Example


Text Example

White with #4F236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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