Html Css Color HEX #4F458C Blue Gem

📋 copy color: '#4F458C'

red 79 ◦ green 69 ◦ blue 140

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

Shades of Blue Gem #4F458C

Tints of Blue Gem #4F458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 27.43%
G = 23.96%
B = 48.61%

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

#4F458C (or 0x4F458C) is known color: Blue Gem. HEX triplet: 4F, 45 and 8C. RGB value is (79,69,140). Sum of RGB (Red+Green+Blue) = 79+69+140=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F458C is #B0BA73. Grayscale: #4F4F4F. Windows color (decimal): -11582068 or 9192783. OLE color: 9192783.

HSL color Cylindrical-coordinate representation of color #4F458C: hue angle of 248.45º 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 #4F458C is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 69 140 -
CMYK 0.44 0.51 0 0.45
HSL 248.45º 0.34% 0.41% -
HSV(B) 248.45º 0.51% 0.55% -
XYZ 10.09 7.81 25.79 -
YUV 80.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 79 69 140 0.44 0.51 0 0.45 248.45 0.34 0.41
Hex 4F 45 8C 2C 33 0 2D F8 22 29
Octal 117 105 214 54 63 0 55 370 42 51
Binary 1001111 1000101 10001100 101100 110011 0 101101 11111000 100010 101001

Color Harmonies of #4F458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F458C

Black with #4F458C

Text Example


Text Example

White with #4F458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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