Html Css Color HEX #4F3C90 Blue Gem

📋 copy color: '#4F3C90'

red 79 ◦ green 60 ◦ blue 144

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

Shades of Blue Gem #4F3C90

Tints of Blue Gem #4F3C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 27.92%
G = 21.2%
B = 50.88%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F3C90 (or 0x4F3C90) is known color: Blue Gem. HEX triplet: 4F, 3C and 90. RGB value is (79,60,144). Sum of RGB (Red+Green+Blue) = 79+60+144=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F3C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3C90 is #B0C36F. Grayscale: #4A4A4A. Windows color (decimal): -11584368 or 9452623. OLE color: 9452623.

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

Color convert

RGB 79 60 144 -
CMYK 0.45 0.58 0 0.44
HSL 253.57º 0.41% 0.4% -
HSV(B) 253.57º 0.58% 0.56% -
XYZ 9.87 6.91 27.2 -
YUV 75.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 79 60 144 0.45 0.58 0 0.44 253.57 0.41 0.4
Hex 4F 3C 90 2D 3A 0 2C FE 29 28
Octal 117 74 220 55 72 0 54 376 51 50
Binary 1001111 111100 10010000 101101 111010 0 101100 11111110 101001 101000

Color Harmonies of #4F3C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C90

Black with #4F3C90

Text Example


Text Example

White with #4F3C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,144); }

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

background-color css

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

 a { background-color: rgb(79,60,144); }

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

border-color css

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

 span { border-color: rgb(79,60,144); }

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