Html Css Color HEX #4F439B Blue Gem

📋 copy color: '#4F439B'

red 79 ◦ green 67 ◦ blue 155

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

Shades of Blue Gem #4F439B

Tints of Blue Gem #4F439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 26.25%
G = 22.26%
B = 51.5%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F439B (or 0x4F439B) is known color: Blue Gem. HEX triplet: 4F, 43 and 9B. RGB value is (79,67,155). Sum of RGB (Red+Green+Blue) = 79+67+155=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F439B is #B0BC64. Grayscale: #505050. Windows color (decimal): -11582565 or 10175311. OLE color: 10175311.

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

Color convert

RGB 79 67 155 -
CMYK 0.49 0.57 0 0.39
HSL 248.18º 0.4% 0.44% -
HSV(B) 248.18º 0.57% 0.61% -
XYZ 11.15 8.04 31.98 -
YUV 80.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 79 67 155 0.49 0.57 0 0.39 248.18 0.4 0.44
Hex 4F 43 9B 31 39 0 27 F8 28 2C
Octal 117 103 233 61 71 0 47 370 50 54
Binary 1001111 1000011 10011011 110001 111001 0 100111 11111000 101000 101100

Color Harmonies of #4F439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F439B

Black with #4F439B

Text Example


Text Example

White with #4F439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,155); }

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

background-color css

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

 a { background-color: rgb(79,67,155); }

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

border-color css

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

 span { border-color: rgb(79,67,155); }

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