Html Css Color HEX #4F3F8B Blue Gem

📋 copy color: '#4F3F8B'

red 79 ◦ green 63 ◦ blue 139

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

Shades of Blue Gem #4F3F8B

Tints of Blue Gem #4F3F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 28.11%
G = 22.42%
B = 49.47%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F3F8B (or 0x4F3F8B) is known color: Blue Gem. HEX triplet: 4F, 3F and 8B. RGB value is (79,63,139). Sum of RGB (Red+Green+Blue) = 79+63+139=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F3F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3F8B is #B0C074. Grayscale: #4C4C4C. Windows color (decimal): -11583605 or 9125711. OLE color: 9125711.

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

Color convert

RGB 79 63 139 -
CMYK 0.43 0.55 0 0.45
HSL 252.63º 0.38% 0.4% -
HSV(B) 252.63º 0.55% 0.55% -
XYZ 9.66 7.08 25.28 -
YUV 76.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 79 63 139 0.43 0.55 0 0.45 252.63 0.38 0.4
Hex 4F 3F 8B 2B 37 0 2D FD 26 28
Octal 117 77 213 53 67 0 55 375 46 50
Binary 1001111 111111 10001011 101011 110111 0 101101 11111101 100110 101000

Color Harmonies of #4F3F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3F8B

Black with #4F3F8B

Text Example


Text Example

White with #4F3F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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