Html Css Color HEX #4F2875 Blue Diamond

📋 copy color: '#4F2875'

red 79 ◦ green 40 ◦ blue 117

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

Shades of Blue Diamond #4F2875

Tints of Blue Diamond #4F2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 33.47%
G = 16.95%
B = 49.58%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F2875 (or 0x4F2875) is known color: Blue Diamond. HEX triplet: 4F, 28 and 75. RGB value is (79,40,117). Sum of RGB (Red+Green+Blue) = 79+40+117=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F2875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2875 is #B0D78A. Grayscale: #3C3C3C. Windows color (decimal): -11589515 or 7678031. OLE color: 7678031.

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

Color convert

RGB 79 40 117 -
CMYK 0.32 0.66 0 0.54
HSL 270.39º 0.49% 0.31% -
HSV(B) 270.39º 0.66% 0.46% -
XYZ 7.19 4.46 17.31 -
YUV 60.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 79 40 117 0.32 0.66 0 0.54 270.39 0.49 0.31
Hex 4F 28 75 20 42 0 36 10E 31 1F
Octal 117 50 165 40 102 0 66 416 61 37
Binary 1001111 101000 1110101 100000 1000010 0 110110 100001110 110001 11111

Color Harmonies of #4F2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2875

Black with #4F2875

Text Example


Text Example

White with #4F2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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