Html Css Color HEX #4F4598 Blue Gem

📋 copy color: '#4F4598'

red 79 ◦ green 69 ◦ blue 152

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

Shades of Blue Gem #4F4598

Tints of Blue Gem #4F4598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.67%

R = 26.33%
G = 23%
B = 50.67%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F4598 (or 0x4F4598) is known color: Blue Gem. HEX triplet: 4F, 45 and 98. RGB value is (79,69,152). Sum of RGB (Red+Green+Blue) = 79+69+152=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F4598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4598 is #B0BA67. Grayscale: #515151. Windows color (decimal): -11582056 or 9979215. OLE color: 9979215.

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

Color convert

RGB 79 69 152 -
CMYK 0.48 0.55 0 0.40
HSL 247.23º 0.38% 0.43% -
HSV(B) 247.23º 0.55% 0.6% -
XYZ 11.02 8.19 30.7 -
YUV 81.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 79 69 152 0.48 0.55 0 0.40 247.23 0.38 0.43
Hex 4F 45 98 30 37 0 28 F7 26 2B
Octal 117 105 230 60 67 0 50 367 46 53
Binary 1001111 1000101 10011000 110000 110111 0 101000 11110111 100110 101011

Color Harmonies of #4F4598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4598

Black with #4F4598

Text Example


Text Example

White with #4F4598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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