Html Css Color HEX #4F438D Blue Gem

📋 copy color: '#4F438D'

red 79 ◦ green 67 ◦ blue 141

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

Shades of Blue Gem #4F438D

Tints of Blue Gem #4F438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 27.53%
G = 23.34%
B = 49.13%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F438D (or 0x4F438D) is known color: Blue Gem. HEX triplet: 4F, 43 and 8D. RGB value is (79,67,141). Sum of RGB (Red+Green+Blue) = 79+67+141=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F438D is #B0BC72. Grayscale: #4E4E4E. Windows color (decimal): -11582579 or 9257807. OLE color: 9257807.

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

Color convert

RGB 79 67 141 -
CMYK 0.44 0.52 0 0.45
HSL 249.73º 0.36% 0.41% -
HSV(B) 249.73º 0.52% 0.55% -
XYZ 10.04 7.6 26.14 -
YUV 79.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 79 67 141 0.44 0.52 0 0.45 249.73 0.36 0.41
Hex 4F 43 8D 2C 34 0 2D FA 24 29
Octal 117 103 215 54 64 0 55 372 44 51
Binary 1001111 1000011 10001101 101100 110100 0 101101 11111010 100100 101001

Color Harmonies of #4F438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F438D

Black with #4F438D

Text Example


Text Example

White with #4F438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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