Html Css Color HEX #4F328A Blue Gem

📋 copy color: '#4F328A'

red 79 ◦ green 50 ◦ blue 138

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

Shades of Blue Gem #4F328A

Tints of Blue Gem #4F328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 29.59%
G = 18.73%
B = 51.69%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4F328A (or 0x4F328A) is known color: Blue Gem. HEX triplet: 4F, 32 and 8A. RGB value is (79,50,138). Sum of RGB (Red+Green+Blue) = 79+50+138=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F328A is #B0CD75. Grayscale: #444444. Windows color (decimal): -11586934 or 9056847. OLE color: 9056847.

HSL color Cylindrical-coordinate representation of color #4F328A: hue angle of 259.77º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F328A is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 79 50 138 -
CMYK 0.43 0.64 0 0.46
HSL 259.77º 0.47% 0.37% -
HSV(B) 259.77º 0.64% 0.54% -
XYZ 8.95 5.78 24.69 -
YUV 68.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 79 50 138 0.43 0.64 0 0.46 259.77 0.47 0.37
Hex 4F 32 8A 2B 40 0 2E 104 2F 25
Octal 117 62 212 53 100 0 56 404 57 45
Binary 1001111 110010 10001010 101011 1000000 0 101110 100000100 101111 100101

Color Harmonies of #4F328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F328A

Black with #4F328A

Text Example


Text Example

White with #4F328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,138); }

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

background-color css

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

 a { background-color: rgb(79,50,138); }

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

border-color css

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

 span { border-color: rgb(79,50,138); }

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