Html Css Color HEX #4D5EA4 Governor Bay

📋 copy color: '#4D5EA4'

red 77 ◦ green 94 ◦ blue 164

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

Shades of Governor Bay #4D5EA4

Tints of Governor Bay #4D5EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 164 (64.45% from 255) = 48.96%

R = 22.99%
G = 28.06%
B = 48.96%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D5EA4 (or 0x4D5EA4) is known color: Governor Bay. HEX triplet: 4D, 5E and A4. RGB value is (77,94,164). Sum of RGB (Red+Green+Blue) = 77+94+164=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D5EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5EA4 is #B2A15B. Grayscale: #606060. Windows color (decimal): -11706716 or 10772045. OLE color: 10772045.

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

Color convert

RGB 77 94 164 -
CMYK 0.53 0.43 0 0.36
HSL 228.28º 0.36% 0.47% -
HSV(B) 228.28º 0.53% 0.64% -
XYZ 13.76 12.26 36.76 -
YUV 96.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 77 94 164 0.53 0.43 0 0.36 228.28 0.36 0.47
Hex 4D 5E A4 35 2B 0 24 E4 24 2F
Octal 115 136 244 65 53 0 44 344 44 57
Binary 1001101 1011110 10100100 110101 101011 0 100100 11100100 100100 101111

Color Harmonies of #4D5EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5EA4

Black with #4D5EA4

Text Example


Text Example

White with #4D5EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,94,164); }

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

background-color css

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

 a { background-color: rgb(77,94,164); }

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

border-color css

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

 span { border-color: rgb(77,94,164); }

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