Html Css Color HEX #4F328B Blue Gem

📋 copy color: '#4F328B'

red 79 ◦ green 50 ◦ blue 139

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

Shades of Blue Gem #4F328B

Tints of Blue Gem #4F328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 29.48%
G = 18.66%
B = 51.87%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F328B (or 0x4F328B) is known color: Blue Gem. HEX triplet: 4F, 32 and 8B. RGB value is (79,50,139). Sum of RGB (Red+Green+Blue) = 79+50+139=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F328B is #B0CD74. Grayscale: #444444. Windows color (decimal): -11586933 or 9122383. OLE color: 9122383.

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

Color convert

RGB 79 50 139 -
CMYK 0.43 0.64 0 0.45
HSL 259.55º 0.47% 0.37% -
HSV(B) 259.55º 0.64% 0.55% -
XYZ 9.03 5.81 25.07 -
YUV 68.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 79 50 139 0.43 0.64 0 0.45 259.55 0.47 0.37
Hex 4F 32 8B 2B 40 0 2D 104 2F 25
Octal 117 62 213 53 100 0 55 404 57 45
Binary 1001111 110010 10001011 101011 1000000 0 101101 100000100 101111 100101

Color Harmonies of #4F328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F328B

Black with #4F328B

Text Example


Text Example

White with #4F328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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