Html Css Color HEX #4C508B Governor Bay

📋 copy color: '#4C508B'

red 76 ◦ green 80 ◦ blue 139

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

Shades of Governor Bay #4C508B

Tints of Governor Bay #4C508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 25.76%
G = 27.12%
B = 47.12%

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

#4C508B (or 0x4C508B) is known color: Governor Bay. HEX triplet: 4C, 50 and 8B. RGB value is (76,80,139). Sum of RGB (Red+Green+Blue) = 76+80+139=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C508B is #B3AF74. Grayscale: #555555. Windows color (decimal): -11775861 or 9130060. OLE color: 9130060.

HSL color Cylindrical-coordinate representation of color #4C508B: hue angle of 236.19º 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 #4C508B is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 80 139 -
CMYK 0.45 0.42 0 0.45
HSL 236.19º 0.29% 0.42% -
HSV(B) 236.19º 0.45% 0.55% -
XYZ 10.51 9.14 25.64 -
YUV 85.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 76 80 139 0.45 0.42 0 0.45 236.19 0.29 0.42
Hex 4C 50 8B 2D 2A 0 2D EC 1D 2A
Octal 114 120 213 55 52 0 55 354 35 52
Binary 1001100 1010000 10001011 101101 101010 0 101101 11101100 11101 101010

Color Harmonies of #4C508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C508B

Black with #4C508B

Text Example


Text Example

White with #4C508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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