Html Css Color HEX #4F2675 Blue Diamond

📋 copy color: '#4F2675'

red 79 ◦ green 38 ◦ blue 117

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

Shades of Blue Diamond #4F2675

Tints of Blue Diamond #4F2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 33.76%
G = 16.24%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F2675 (or 0x4F2675) is known color: Blue Diamond. HEX triplet: 4F, 26 and 75. RGB value is (79,38,117). Sum of RGB (Red+Green+Blue) = 79+38+117=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F2675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2675 is #B0D98A. Grayscale: #3A3A3A. Windows color (decimal): -11590027 or 7677519. OLE color: 7677519.

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

Color convert

RGB 79 38 117 -
CMYK 0.32 0.68 0 0.54
HSL 271.14º 0.51% 0.3% -
HSV(B) 271.14º 0.68% 0.46% -
XYZ 7.13 4.33 17.29 -
YUV 59.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 79 38 117 0.32 0.68 0 0.54 271.14 0.51 0.3
Hex 4F 26 75 20 44 0 36 10F 33 1E
Octal 117 46 165 40 104 0 66 417 63 36
Binary 1001111 100110 1110101 100000 1000100 0 110110 100001111 110011 11110

Color Harmonies of #4F2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2675

Black with #4F2675

Text Example


Text Example

White with #4F2675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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