Html Css Color HEX #4F529B Governor Bay

📋 copy color: '#4F529B'

red 79 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #4F529B

Tints of Governor Bay #4F529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 25%
G = 25.95%
B = 49.05%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F529B (or 0x4F529B) is known color: Governor Bay. HEX triplet: 4F, 52 and 9B. RGB value is (79,82,155). Sum of RGB (Red+Green+Blue) = 79+82+155=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F529B is #B0AD64. Grayscale: #595959. Windows color (decimal): -11578725 or 10179151. OLE color: 10179151.

HSL color Cylindrical-coordinate representation of color #4F529B: hue angle of 237.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F529B is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 82 155 -
CMYK 0.49 0.47 0 0.39
HSL 237.63º 0.32% 0.46% -
HSV(B) 237.63º 0.49% 0.61% -
XYZ 12.16 10.06 32.31 -
YUV 89.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 79 82 155 0.49 0.47 0 0.39 237.63 0.32 0.46
Hex 4F 52 9B 31 2F 0 27 EE 20 2E
Octal 117 122 233 61 57 0 47 356 40 56
Binary 1001111 1010010 10011011 110001 101111 0 100111 11101110 100000 101110

Color Harmonies of #4F529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F529B

Black with #4F529B

Text Example


Text Example

White with #4F529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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