Html Css Color HEX #4D5290 Governor Bay

📋 copy color: '#4D5290'

red 77 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #4D5290

Tints of Governor Bay #4D5290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 25.41%
G = 27.06%
B = 47.52%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D5290 (or 0x4D5290) is known color: Governor Bay. HEX triplet: 4D, 52 and 90. RGB value is (77,82,144). Sum of RGB (Red+Green+Blue) = 77+82+144=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5290 is #B2AD6F. Grayscale: #575757. Windows color (decimal): -11709808 or 9458253. OLE color: 9458253.

HSL color Cylindrical-coordinate representation of color #4D5290: hue angle of 235.52º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5290 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 82 144 -
CMYK 0.47 0.43 0 0.44
HSL 235.52º 0.3% 0.43% -
HSV(B) 235.52º 0.47% 0.56% -
XYZ 11.11 9.63 27.66 -
YUV 87.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 77 82 144 0.47 0.43 0 0.44 235.52 0.3 0.43
Hex 4D 52 90 2F 2B 0 2C EC 1E 2B
Octal 115 122 220 57 53 0 54 354 36 53
Binary 1001101 1010010 10010000 101111 101011 0 101100 11101100 11110 101011

Color Harmonies of #4D5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5290

Black with #4D5290

Text Example


Text Example

White with #4D5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,144); }

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

background-color css

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

 a { background-color: rgb(77,82,144); }

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

border-color css

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

 span { border-color: rgb(77,82,144); }

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