Html Css Color HEX #4F4187 Blue Gem

📋 copy color: '#4F4187'

red 79 ◦ green 65 ◦ blue 135

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

Shades of Blue Gem #4F4187

Tints of Blue Gem #4F4187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 28.32%
G = 23.3%
B = 48.39%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4187 (or 0x4F4187) is known color: Blue Gem. HEX triplet: 4F, 41 and 87. RGB value is (79,65,135). Sum of RGB (Red+Green+Blue) = 79+65+135=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F4187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4187 is #B0BE78. Grayscale: #4C4C4C. Windows color (decimal): -11583097 or 8864079. OLE color: 8864079.

HSL color Cylindrical-coordinate representation of color #4F4187: hue angle of 252º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4187 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 65 135 -
CMYK 0.41 0.52 0 0.47
HSL 252º 0.35% 0.39% -
HSV(B) 252º 0.52% 0.53% -
XYZ 9.49 7.19 23.81 -
YUV 77.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 79 65 135 0.41 0.52 0 0.47 252 0.35 0.39
Hex 4F 41 87 29 34 0 2F FC 23 27
Octal 117 101 207 51 64 0 57 374 43 47
Binary 1001111 1000001 10000111 101001 110100 0 101111 11111100 100011 100111

Color Harmonies of #4F4187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4187

Black with #4F4187

Text Example


Text Example

White with #4F4187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,135); }

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

background-color css

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

 a { background-color: rgb(79,65,135); }

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

border-color css

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

 span { border-color: rgb(79,65,135); }

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