Html Css Color HEX #4F3C84 Blue Gem

📋 copy color: '#4F3C84'

red 79 ◦ green 60 ◦ blue 132

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

Shades of Blue Gem #4F3C84

Tints of Blue Gem #4F3C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 29.15%
G = 22.14%
B = 48.71%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F3C84 (or 0x4F3C84) is known color: Blue Gem. HEX triplet: 4F, 3C and 84. RGB value is (79,60,132). Sum of RGB (Red+Green+Blue) = 79+60+132=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F3C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3C84 is #B0C37B. Grayscale: #494949. Windows color (decimal): -11584380 or 8666191. OLE color: 8666191.

HSL color Cylindrical-coordinate representation of color #4F3C84: hue angle of 255.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F3C84 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 60 132 -
CMYK 0.40 0.55 0 0.48
HSL 255.83º 0.38% 0.38% -
HSV(B) 255.83º 0.55% 0.52% -
XYZ 9.01 6.56 22.62 -
YUV 73.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 79 60 132 0.40 0.55 0 0.48 255.83 0.38 0.38
Hex 4F 3C 84 28 37 0 30 100 26 26
Octal 117 74 204 50 67 0 60 400 46 46
Binary 1001111 111100 10000100 101000 110111 0 110000 100000000 100110 100110

Color Harmonies of #4F3C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C84

Black with #4F3C84

Text Example


Text Example

White with #4F3C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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