Html Css Color HEX #4F428B Blue Gem

📋 copy color: '#4F428B'

red 79 ◦ green 66 ◦ blue 139

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

Shades of Blue Gem #4F428B

Tints of Blue Gem #4F428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 27.82%
G = 23.24%
B = 48.94%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F428B (or 0x4F428B) is known color: Blue Gem. HEX triplet: 4F, 42 and 8B. RGB value is (79,66,139). Sum of RGB (Red+Green+Blue) = 79+66+139=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F428B is #B0BD74. Grayscale: #4D4D4D. Windows color (decimal): -11582837 or 9126479. OLE color: 9126479.

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

Color convert

RGB 79 66 139 -
CMYK 0.43 0.53 0 0.45
HSL 250.68º 0.36% 0.4% -
HSV(B) 250.68º 0.53% 0.55% -
XYZ 9.83 7.42 25.34 -
YUV 78.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 79 66 139 0.43 0.53 0 0.45 250.68 0.36 0.4
Hex 4F 42 8B 2B 35 0 2D FB 24 28
Octal 117 102 213 53 65 0 55 373 44 50
Binary 1001111 1000010 10001011 101011 110101 0 101101 11111011 100100 101000

Color Harmonies of #4F428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F428B

Black with #4F428B

Text Example


Text Example

White with #4F428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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