Html Css Color HEX #4C518F Governor Bay

📋 copy color: '#4C518F'

red 76 ◦ green 81 ◦ blue 143

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

Shades of Governor Bay #4C518F

Tints of Governor Bay #4C518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.67%

R = 25.33%
G = 27%
B = 47.67%

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

#4C518F (or 0x4C518F) is known color: Governor Bay. HEX triplet: 4C, 51 and 8F. RGB value is (76,81,143). Sum of RGB (Red+Green+Blue) = 76+81+143=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C518F is #B3AE70. Grayscale: #565656. Windows color (decimal): -11775601 or 9392460. OLE color: 9392460.

HSL color Cylindrical-coordinate representation of color #4C518F: hue angle of 235.52º degrees, saturation: 0.31, 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 #4C518F is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 81 143 -
CMYK 0.47 0.43 0 0.44
HSL 235.52º 0.31% 0.43% -
HSV(B) 235.52º 0.47% 0.56% -
XYZ 10.88 9.4 27.23 -
YUV 86.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 76 81 143 0.47 0.43 0 0.44 235.52 0.31 0.43
Hex 4C 51 8F 2F 2B 0 2C EC 1F 2B
Octal 114 121 217 57 53 0 54 354 37 53
Binary 1001100 1010001 10001111 101111 101011 0 101100 11101100 11111 101011

Color Harmonies of #4C518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C518F

Black with #4C518F

Text Example


Text Example

White with #4C518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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