Html Css Color HEX #4F459D Blue Gem

📋 copy color: '#4F459D'

red 79 ◦ green 69 ◦ blue 157

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

Shades of Blue Gem #4F459D

Tints of Blue Gem #4F459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

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

R = 25.9%
G = 22.62%
B = 51.48%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F459D (or 0x4F459D) is known color: Blue Gem. HEX triplet: 4F, 45 and 9D. RGB value is (79,69,157). Sum of RGB (Red+Green+Blue) = 79+69+157=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F459D is #B0BA62. Grayscale: #515151. Windows color (decimal): -11582051 or 10306895. OLE color: 10306895.

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

Color convert

RGB 79 69 157 -
CMYK 0.50 0.56 0 0.38
HSL 246.82º 0.39% 0.44% -
HSV(B) 246.82º 0.56% 0.62% -
XYZ 11.44 8.35 32.91 -
YUV 82.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 79 69 157 0.50 0.56 0 0.38 246.82 0.39 0.44
Hex 4F 45 9D 32 38 0 26 F7 27 2C
Octal 117 105 235 62 70 0 46 367 47 54
Binary 1001111 1000101 10011101 110010 111000 0 100110 11110111 100111 101100

Color Harmonies of #4F459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F459D

Black with #4F459D

Text Example


Text Example

White with #4F459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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