Html Css Color HEX #4F449D Blue Gem

📋 copy color: '#4F449D'

red 79 ◦ green 68 ◦ blue 157

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

Shades of Blue Gem #4F449D

Tints of Blue Gem #4F449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 25.99%
G = 22.37%
B = 51.64%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F449D (or 0x4F449D) is known color: Blue Gem. HEX triplet: 4F, 44 and 9D. RGB value is (79,68,157). Sum of RGB (Red+Green+Blue) = 79+68+157=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F449D is #B0BB62. Grayscale: #515151. Windows color (decimal): -11582307 or 10306639. OLE color: 10306639.

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

Color convert

RGB 79 68 157 -
CMYK 0.50 0.57 0 0.38
HSL 247.42º 0.4% 0.44% -
HSV(B) 247.42º 0.57% 0.62% -
XYZ 11.38 8.23 32.89 -
YUV 81.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 79 68 157 0.50 0.57 0 0.38 247.42 0.4 0.44
Hex 4F 44 9D 32 39 0 26 F7 28 2C
Octal 117 104 235 62 71 0 46 367 50 54
Binary 1001111 1000100 10011101 110010 111001 0 100110 11110111 101000 101100

Color Harmonies of #4F449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F449D

Black with #4F449D

Text Example


Text Example

White with #4F449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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