Html Css Color HEX #4D539B Governor Bay

📋 copy color: '#4D539B'

red 77 ◦ green 83 ◦ blue 155

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

Shades of Governor Bay #4D539B

Tints of Governor Bay #4D539B

RGB

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

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

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

R = 24.44%
G = 26.35%
B = 49.21%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D539B (or 0x4D539B) is known color: Governor Bay. HEX triplet: 4D, 53 and 9B. RGB value is (77,83,155). Sum of RGB (Red+Green+Blue) = 77+83+155=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D539B is #B2AC64. Grayscale: #595959. Windows color (decimal): -11709541 or 10179405. OLE color: 10179405.

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

Color convert

RGB 77 83 155 -
CMYK 0.50 0.46 0 0.39
HSL 235.38º 0.34% 0.45% -
HSV(B) 235.38º 0.5% 0.61% -
XYZ 12.07 10.13 32.33 -
YUV 89.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 77 83 155 0.50 0.46 0 0.39 235.38 0.34 0.45
Hex 4D 53 9B 32 2E 0 27 EB 22 2D
Octal 115 123 233 62 56 0 47 353 42 55
Binary 1001101 1010011 10011011 110010 101110 0 100111 11101011 100010 101101

Color Harmonies of #4D539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D539B

Black with #4D539B

Text Example


Text Example

White with #4D539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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