Html Css Color HEX #4F1875 Blue Diamond

📋 copy color: '#4F1875'

red 79 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #4F1875

Tints of Blue Diamond #4F1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 35.91%
G = 10.91%
B = 53.18%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F1875 (or 0x4F1875) is known color: Blue Diamond. HEX triplet: 4F, 18 and 75. RGB value is (79,24,117). Sum of RGB (Red+Green+Blue) = 79+24+117=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F1875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1875 is #B0E78A. Grayscale: #323232. Windows color (decimal): -11593611 or 7673935. OLE color: 7673935.

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

Color convert

RGB 79 24 117 -
CMYK 0.32 0.79 0 0.54
HSL 275.48º 0.66% 0.28% -
HSV(B) 275.48º 0.79% 0.46% -
XYZ 6.76 3.6 17.17 -
YUV 51.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 79 24 117 0.32 0.79 0 0.54 275.48 0.66 0.28
Hex 4F 18 75 20 4F 0 36 113 42 1C
Octal 117 30 165 40 117 0 66 423 102 34
Binary 1001111 11000 1110101 100000 1001111 0 110110 100010011 1000010 11100

Color Harmonies of #4F1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1875

Black with #4F1875

Text Example


Text Example

White with #4F1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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