Html Css Color HEX #4F3888 Blue Gem

📋 copy color: '#4F3888'

red 79 ◦ green 56 ◦ blue 136

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

Shades of Blue Gem #4F3888

Tints of Blue Gem #4F3888

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 29.15%
G = 20.66%
B = 50.18%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F3888 (or 0x4F3888) is known color: Blue Gem. HEX triplet: 4F, 38 and 88. RGB value is (79,56,136). Sum of RGB (Red+Green+Blue) = 79+56+136=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F3888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3888 is #B0C777. Grayscale: #474747. Windows color (decimal): -11585400 or 8927311. OLE color: 8927311.

HSL color Cylindrical-coordinate representation of color #4F3888: hue angle of 257.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F3888 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 56 136 -
CMYK 0.42 0.59 0 0.47
HSL 257.25º 0.42% 0.38% -
HSV(B) 257.25º 0.59% 0.53% -
XYZ 9.08 6.27 24.02 -
YUV 72 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 79 56 136 0.42 0.59 0 0.47 257.25 0.42 0.38
Hex 4F 38 88 2A 3B 0 2F 101 2A 26
Octal 117 70 210 52 73 0 57 401 52 46
Binary 1001111 111000 10001000 101010 111011 0 101111 100000001 101010 100110

Color Harmonies of #4F3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3888

Black with #4F3888

Text Example


Text Example

White with #4F3888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,56,136); }

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

background-color css

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

 a { background-color: rgb(79,56,136); }

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

border-color css

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

 span { border-color: rgb(79,56,136); }

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