Html Css Color HEX #4F529D Governor Bay

📋 copy color: '#4F529D'

red 79 ◦ green 82 ◦ blue 157

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

Shades of Governor Bay #4F529D

Tints of Governor Bay #4F529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 24.84%
G = 25.79%
B = 49.37%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F529D (or 0x4F529D) is known color: Governor Bay. HEX triplet: 4F, 52 and 9D. RGB value is (79,82,157). Sum of RGB (Red+Green+Blue) = 79+82+157=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F529D is #B0AD62. Grayscale: #595959. Windows color (decimal): -11578723 or 10310223. OLE color: 10310223.

HSL color Cylindrical-coordinate representation of color #4F529D: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F529D is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 82 157 -
CMYK 0.50 0.48 0 0.38
HSL 237.69º 0.33% 0.46% -
HSV(B) 237.69º 0.5% 0.62% -
XYZ 12.33 10.13 33.2 -
YUV 89.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 79 82 157 0.50 0.48 0 0.38 237.69 0.33 0.46
Hex 4F 52 9D 32 30 0 26 EE 21 2E
Octal 117 122 235 62 60 0 46 356 41 56
Binary 1001111 1010010 10011101 110010 110000 0 100110 11101110 100001 101110

Color Harmonies of #4F529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F529D

Black with #4F529D

Text Example


Text Example

White with #4F529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,157); }

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

background-color css

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

 a { background-color: rgb(79,82,157); }

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

border-color css

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

 span { border-color: rgb(79,82,157); }

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