Html Css Color HEX #4F5892 Governor Bay

📋 copy color: '#4F5892'

red 79 ◦ green 88 ◦ blue 146

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

Shades of Governor Bay #4F5892

Tints of Governor Bay #4F5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 25.24%
G = 28.12%
B = 46.65%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F5892 (or 0x4F5892) is known color: Governor Bay. HEX triplet: 4F, 58 and 92. RGB value is (79,88,146). Sum of RGB (Red+Green+Blue) = 79+88+146=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5892 is #B0A76D. Grayscale: #5B5B5B. Windows color (decimal): -11577198 or 9590863. OLE color: 9590863.

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

Color convert

RGB 79 88 146 -
CMYK 0.46 0.40 0 0.43
HSL 231.94º 0.3% 0.44% -
HSV(B) 231.94º 0.46% 0.57% -
XYZ 11.9 10.72 28.64 -
YUV 91.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 79 88 146 0.46 0.40 0 0.43 231.94 0.3 0.44
Hex 4F 58 92 2E 28 0 2B E8 1E 2C
Octal 117 130 222 56 50 0 53 350 36 54
Binary 1001111 1011000 10010010 101110 101000 0 101011 11101000 11110 101100

Color Harmonies of #4F5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5892

Black with #4F5892

Text Example


Text Example

White with #4F5892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,146); }

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

background-color css

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

 a { background-color: rgb(79,88,146); }

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

border-color css

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

 span { border-color: rgb(79,88,146); }

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