Html Css Color HEX #4F438E Blue Gem

📋 copy color: '#4F438E'

red 79 ◦ green 67 ◦ blue 142

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

Shades of Blue Gem #4F438E

Tints of Blue Gem #4F438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.31%

R = 27.43%
G = 23.26%
B = 49.31%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F438E (or 0x4F438E) is known color: Blue Gem. HEX triplet: 4F, 43 and 8E. RGB value is (79,67,142). Sum of RGB (Red+Green+Blue) = 79+67+142=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F438E is #B0BC71. Grayscale: #4E4E4E. Windows color (decimal): -11582578 or 9323343. OLE color: 9323343.

HSL color Cylindrical-coordinate representation of color #4F438E: hue angle of 249.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F438E is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 67 142 -
CMYK 0.44 0.53 0 0.44
HSL 249.6º 0.36% 0.41% -
HSV(B) 249.6º 0.53% 0.56% -
XYZ 10.11 7.63 26.53 -
YUV 79.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 79 67 142 0.44 0.53 0 0.44 249.6 0.36 0.41
Hex 4F 43 8E 2C 35 0 2C FA 24 29
Octal 117 103 216 54 65 0 54 372 44 51
Binary 1001111 1000011 10001110 101100 110101 0 101100 11111010 100100 101001

Color Harmonies of #4F438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F438E

Black with #4F438E

Text Example


Text Example

White with #4F438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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