Html Css Color HEX #4D5CA9 Governor Bay

📋 copy color: '#4D5CA9'

red 77 ◦ green 92 ◦ blue 169

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

Shades of Governor Bay #4D5CA9

Tints of Governor Bay #4D5CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

 BLUE value IS 169 (66.41% from 255) = 50%

R = 22.78%
G = 27.22%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4D5CA9 (or 0x4D5CA9) is known color: Governor Bay. HEX triplet: 4D, 5C and A9. RGB value is (77,92,169). Sum of RGB (Red+Green+Blue) = 77+92+169=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D5CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5CA9 is #B2A356. Grayscale: #5F5F5F. Windows color (decimal): -11707223 or 11099213. OLE color: 11099213.

HSL color Cylindrical-coordinate representation of color #4D5CA9: hue angle of 230.22º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D5CA9 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 92 169 -
CMYK 0.54 0.46 0 0.34
HSL 230.22º 0.37% 0.48% -
HSV(B) 230.22º 0.54% 0.66% -
XYZ 14.05 12.1 39.13 -
YUV 96.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 77 92 169 0.54 0.46 0 0.34 230.22 0.37 0.48
Hex 4D 5C A9 36 2E 0 22 E6 25 30
Octal 115 134 251 66 56 0 42 346 45 60
Binary 1001101 1011100 10101001 110110 101110 0 100010 11100110 100101 110000

Color Harmonies of #4D5CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CA9

Black with #4D5CA9

Text Example


Text Example

White with #4D5CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,92,169); }

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

background-color css

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

 a { background-color: rgb(77,92,169); }

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

border-color css

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

 span { border-color: rgb(77,92,169); }

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