Html Css Color HEX #4F4692 Blue Gem

📋 copy color: '#4F4692'

red 79 ◦ green 70 ◦ blue 146

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

Shades of Blue Gem #4F4692

Tints of Blue Gem #4F4692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 26.78%
G = 23.73%
B = 49.49%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F4692 (or 0x4F4692) is known color: Blue Gem. HEX triplet: 4F, 46 and 92. RGB value is (79,70,146). Sum of RGB (Red+Green+Blue) = 79+70+146=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F4692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4692 is #B0B96D. Grayscale: #515151. Windows color (decimal): -11581806 or 9586255. OLE color: 9586255.

HSL color Cylindrical-coordinate representation of color #4F4692: hue angle of 247.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4692 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 70 146 -
CMYK 0.46 0.52 0 0.43
HSL 247.11º 0.35% 0.42% -
HSV(B) 247.11º 0.52% 0.57% -
XYZ 10.6 8.12 28.2 -
YUV 81.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 79 70 146 0.46 0.52 0 0.43 247.11 0.35 0.42
Hex 4F 46 92 2E 34 0 2B F7 23 2A
Octal 117 106 222 56 64 0 53 367 43 52
Binary 1001111 1000110 10010010 101110 110100 0 101011 11110111 100011 101010

Color Harmonies of #4F4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4692

Black with #4F4692

Text Example


Text Example

White with #4F4692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,146); }

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

background-color css

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

 a { background-color: rgb(79,70,146); }

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

border-color css

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

 span { border-color: rgb(79,70,146); }

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