Html Css Color HEX #4D558C Governor Bay

📋 copy color: '#4D558C'

red 77 ◦ green 85 ◦ blue 140

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

Shades of Governor Bay #4D558C

Tints of Governor Bay #4D558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 25.5%
G = 28.15%
B = 46.36%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D558C (or 0x4D558C) is known color: Governor Bay. HEX triplet: 4D, 55 and 8C. RGB value is (77,85,140). Sum of RGB (Red+Green+Blue) = 77+85+140=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D558C is #B2AA73. Grayscale: #585858. Windows color (decimal): -11709044 or 9196877. OLE color: 9196877.

HSL color Cylindrical-coordinate representation of color #4D558C: hue angle of 232.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D558C is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 85 140 -
CMYK 0.45 0.39 0 0.45
HSL 232.38º 0.29% 0.43% -
HSV(B) 232.38º 0.45% 0.55% -
XYZ 11.04 9.97 26.15 -
YUV 88.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 77 85 140 0.45 0.39 0 0.45 232.38 0.29 0.43
Hex 4D 55 8C 2D 27 0 2D E8 1D 2B
Octal 115 125 214 55 47 0 55 350 35 53
Binary 1001101 1010101 10001100 101101 100111 0 101101 11101000 11101 101011

Color Harmonies of #4D558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D558C

Black with #4D558C

Text Example


Text Example

White with #4D558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,140); }

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

background-color css

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

 a { background-color: rgb(77,85,140); }

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

border-color css

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

 span { border-color: rgb(77,85,140); }

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