Html Css Color HEX #4F469D Blue Gem

📋 copy color: '#4F469D'

red 79 ◦ green 70 ◦ blue 157

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

Shades of Blue Gem #4F469D

Tints of Blue Gem #4F469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 25.82%
G = 22.88%
B = 51.31%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F469D (or 0x4F469D) is known color: Blue Gem. HEX triplet: 4F, 46 and 9D. RGB value is (79,70,157). Sum of RGB (Red+Green+Blue) = 79+70+157=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F469D is #B0B962. Grayscale: #525252. Windows color (decimal): -11581795 or 10307151. OLE color: 10307151.

HSL color Cylindrical-coordinate representation of color #4F469D: hue angle of 246.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F469D is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 70 157 -
CMYK 0.50 0.55 0 0.38
HSL 246.21º 0.38% 0.45% -
HSV(B) 246.21º 0.55% 0.62% -
XYZ 11.5 8.48 32.93 -
YUV 82.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 79 70 157 0.50 0.55 0 0.38 246.21 0.38 0.45
Hex 4F 46 9D 32 37 0 26 F6 26 2D
Octal 117 106 235 62 67 0 46 366 46 55
Binary 1001111 1000110 10011101 110010 110111 0 100110 11110110 100110 101101

Color Harmonies of #4F469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F469D

Black with #4F469D

Text Example


Text Example

White with #4F469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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