Html Css Color HEX #4F428E Blue Gem

📋 copy color: '#4F428E'

red 79 ◦ green 66 ◦ blue 142

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

Shades of Blue Gem #4F428E

Tints of Blue Gem #4F428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 27.53%
G = 23%
B = 49.48%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F428E (or 0x4F428E) is known color: Blue Gem. HEX triplet: 4F, 42 and 8E. RGB value is (79,66,142). Sum of RGB (Red+Green+Blue) = 79+66+142=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F428E is #B0BD71. Grayscale: #4E4E4E. Windows color (decimal): -11582834 or 9323087. OLE color: 9323087.

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

Color convert

RGB 79 66 142 -
CMYK 0.44 0.54 0 0.44
HSL 250.26º 0.37% 0.41% -
HSV(B) 250.26º 0.54% 0.56% -
XYZ 10.06 7.51 26.51 -
YUV 78.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 79 66 142 0.44 0.54 0 0.44 250.26 0.37 0.41
Hex 4F 42 8E 2C 36 0 2C FA 25 29
Octal 117 102 216 54 66 0 54 372 45 51
Binary 1001111 1000010 10001110 101100 110110 0 101100 11111010 100101 101001

Color Harmonies of #4F428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F428E

Black with #4F428E

Text Example


Text Example

White with #4F428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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