Html Css Color HEX #4F5593 Governor Bay

📋 copy color: '#4F5593'

red 79 ◦ green 85 ◦ blue 147

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

Shades of Governor Bay #4F5593

Tints of Governor Bay #4F5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 25.4%
G = 27.33%
B = 47.27%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F5593 (or 0x4F5593) is known color: Governor Bay. HEX triplet: 4F, 55 and 93. RGB value is (79,85,147). Sum of RGB (Red+Green+Blue) = 79+85+147=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5593 is #B0AA6C. Grayscale: #5A5A5A. Windows color (decimal): -11577965 or 9655631. OLE color: 9655631.

HSL color Cylindrical-coordinate representation of color #4F5593: hue angle of 234.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F5593 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 85 147 -
CMYK 0.46 0.42 0 0.42
HSL 234.71º 0.3% 0.44% -
HSV(B) 234.71º 0.46% 0.58% -
XYZ 11.74 10.27 28.97 -
YUV 90.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 79 85 147 0.46 0.42 0 0.42 234.71 0.3 0.44
Hex 4F 55 93 2E 2A 0 2A EB 1E 2C
Octal 117 125 223 56 52 0 52 353 36 54
Binary 1001111 1010101 10010011 101110 101010 0 101010 11101011 11110 101100

Color Harmonies of #4F5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5593

Black with #4F5593

Text Example


Text Example

White with #4F5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,147); }

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

background-color css

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

 a { background-color: rgb(79,85,147); }

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

border-color css

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

 span { border-color: rgb(79,85,147); }

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