Html Css Color HEX #4C518B Governor Bay

📋 copy color: '#4C518B'

red 76 ◦ green 81 ◦ blue 139

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

Shades of Governor Bay #4C518B

Tints of Governor Bay #4C518B

RGB

 RED value IS 76 (30.08% from 255) = 25.68%

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 25.68%
G = 27.36%
B = 46.96%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C518B (or 0x4C518B) is known color: Governor Bay. HEX triplet: 4C, 51 and 8B. RGB value is (76,81,139). Sum of RGB (Red+Green+Blue) = 76+81+139=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C518B is #B3AE74. Grayscale: #555555. Windows color (decimal): -11775605 or 9130316. OLE color: 9130316.

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

Color convert

RGB 76 81 139 -
CMYK 0.45 0.42 0 0.45
HSL 235.24º 0.29% 0.42% -
HSV(B) 235.24º 0.45% 0.55% -
XYZ 10.58 9.29 25.66 -
YUV 86.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 76 81 139 0.45 0.42 0 0.45 235.24 0.29 0.42
Hex 4C 51 8B 2D 2A 0 2D EB 1D 2A
Octal 114 121 213 55 52 0 55 353 35 52
Binary 1001100 1010001 10001011 101101 101010 0 101101 11101011 11101 101010

Color Harmonies of #4C518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C518B

Black with #4C518B

Text Example


Text Example

White with #4C518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,139); }

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

background-color css

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

 a { background-color: rgb(76,81,139); }

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

border-color css

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

 span { border-color: rgb(76,81,139); }

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