Html Css Color HEX #4C579B Governor Bay

📋 copy color: '#4C579B'

red 76 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #4C579B

Tints of Governor Bay #4C579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 23.9%
G = 27.36%
B = 48.74%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C579B (or 0x4C579B) is known color: Governor Bay. HEX triplet: 4C, 57 and 9B. RGB value is (76,87,155). Sum of RGB (Red+Green+Blue) = 76+87+155=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C579B is #B3A864. Grayscale: #5B5B5B. Windows color (decimal): -11774053 or 10180428. OLE color: 10180428.

HSL color Cylindrical-coordinate representation of color #4C579B: hue angle of 231.65º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C579B is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 87 155 -
CMYK 0.51 0.44 0 0.39
HSL 231.65º 0.34% 0.45% -
HSV(B) 231.65º 0.51% 0.61% -
XYZ 12.31 10.72 32.43 -
YUV 91.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 76 87 155 0.51 0.44 0 0.39 231.65 0.34 0.45
Hex 4C 57 9B 33 2C 0 27 E8 22 2D
Octal 114 127 233 63 54 0 47 350 42 55
Binary 1001100 1010111 10011011 110011 101100 0 100111 11101000 100010 101101

Color Harmonies of #4C579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C579B

Black with #4C579B

Text Example


Text Example

White with #4C579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,87,155); }

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

background-color css

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

 a { background-color: rgb(76,87,155); }

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

border-color css

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

 span { border-color: rgb(76,87,155); }

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