Html Css Color HEX #4F4288 Blue Gem

📋 copy color: '#4F4288'

red 79 ◦ green 66 ◦ blue 136

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

Shades of Blue Gem #4F4288

Tints of Blue Gem #4F4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 28.11%
G = 23.49%
B = 48.4%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4288 (or 0x4F4288) is known color: Blue Gem. HEX triplet: 4F, 42 and 88. RGB value is (79,66,136). Sum of RGB (Red+Green+Blue) = 79+66+136=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F4288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4288 is #B0BD77. Grayscale: #4D4D4D. Windows color (decimal): -11582840 or 8929871. OLE color: 8929871.

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

Color convert

RGB 79 66 136 -
CMYK 0.42 0.51 0 0.47
HSL 251.14º 0.35% 0.4% -
HSV(B) 251.14º 0.51% 0.53% -
XYZ 9.62 7.34 24.2 -
YUV 77.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 79 66 136 0.42 0.51 0 0.47 251.14 0.35 0.4
Hex 4F 42 88 2A 33 0 2F FB 23 28
Octal 117 102 210 52 63 0 57 373 43 50
Binary 1001111 1000010 10001000 101010 110011 0 101111 11111011 100011 101000

Color Harmonies of #4F4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4288

Black with #4F4288

Text Example


Text Example

White with #4F4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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