Html Css Color HEX #4F458D Blue Gem

📋 copy color: '#4F458D'

red 79 ◦ green 69 ◦ blue 141

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

Shades of Blue Gem #4F458D

Tints of Blue Gem #4F458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 27.34%
G = 23.88%
B = 48.79%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F458D (or 0x4F458D) is known color: Blue Gem. HEX triplet: 4F, 45 and 8D. RGB value is (79,69,141). Sum of RGB (Red+Green+Blue) = 79+69+141=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F458D is #B0BA72. Grayscale: #4F4F4F. Windows color (decimal): -11582067 or 9258319. OLE color: 9258319.

HSL color Cylindrical-coordinate representation of color #4F458D: hue angle of 248.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F458D is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 69 141 -
CMYK 0.44 0.51 0 0.45
HSL 248.33º 0.34% 0.41% -
HSV(B) 248.33º 0.51% 0.55% -
XYZ 10.16 7.84 26.18 -
YUV 80.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 79 69 141 0.44 0.51 0 0.45 248.33 0.34 0.41
Hex 4F 45 8D 2C 33 0 2D F8 22 29
Octal 117 105 215 54 63 0 55 370 42 51
Binary 1001111 1000101 10001101 101100 110011 0 101101 11111000 100010 101001

Color Harmonies of #4F458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F458D

Black with #4F458D

Text Example


Text Example

White with #4F458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,141); }

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

background-color css

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

 a { background-color: rgb(79,69,141); }

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

border-color css

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

 span { border-color: rgb(79,69,141); }

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