Html Css Color HEX #4F186C Blue Diamond

📋 copy color: '#4F186C'

red 79 ◦ green 24 ◦ blue 108

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

Shades of Blue Diamond #4F186C

Tints of Blue Diamond #4F186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 37.44%
G = 11.37%
B = 51.18%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F186C (or 0x4F186C) is known color: Blue Diamond. HEX triplet: 4F, 18 and 6C. RGB value is (79,24,108). Sum of RGB (Red+Green+Blue) = 79+24+108=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F186C is #B0E793. Grayscale: #313131. Windows color (decimal): -11593620 or 7084111. OLE color: 7084111.

HSL color Cylindrical-coordinate representation of color #4F186C: hue angle of 279.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F186C is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 24 108 -
CMYK 0.27 0.78 0 0.58
HSL 279.29º 0.64% 0.26% -
HSV(B) 279.29º 0.78% 0.42% -
XYZ 6.26 3.4 14.51 -
YUV 50.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 79 24 108 0.27 0.78 0 0.58 279.29 0.64 0.26
Hex 4F 18 6C 1B 4E 0 3A 117 40 1A
Octal 117 30 154 33 116 0 72 427 100 32
Binary 1001111 11000 1101100 11011 1001110 0 111010 100010111 1000000 11010

Color Harmonies of #4F186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F186C

Black with #4F186C

Text Example


Text Example

White with #4F186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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