Html Css Color HEX #4D539C Governor Bay

📋 copy color: '#4D539C'

red 77 ◦ green 83 ◦ blue 156

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

Shades of Governor Bay #4D539C

Tints of Governor Bay #4D539C

RGB

 RED value IS 77 (30.47% from 255) = 24.37%

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 24.37%
G = 26.27%
B = 49.37%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D539C (or 0x4D539C) is known color: Governor Bay. HEX triplet: 4D, 53 and 9C. RGB value is (77,83,156). Sum of RGB (Red+Green+Blue) = 77+83+156=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D539C is #B2AC63. Grayscale: #595959. Windows color (decimal): -11709540 or 10244941. OLE color: 10244941.

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

Color convert

RGB 77 83 156 -
CMYK 0.51 0.47 0 0.39
HSL 235.44º 0.34% 0.46% -
HSV(B) 235.44º 0.51% 0.61% -
XYZ 12.15 10.16 32.77 -
YUV 89.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 77 83 156 0.51 0.47 0 0.39 235.44 0.34 0.46
Hex 4D 53 9C 33 2F 0 27 EB 22 2E
Octal 115 123 234 63 57 0 47 353 42 56
Binary 1001101 1010011 10011100 110011 101111 0 100111 11101011 100010 101110

Color Harmonies of #4D539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D539C

Black with #4D539C

Text Example


Text Example

White with #4D539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,156); }

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

background-color css

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

 a { background-color: rgb(77,83,156); }

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

border-color css

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

 span { border-color: rgb(77,83,156); }

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