Html Css Color HEX #4C559D Governor Bay

📋 copy color: '#4C559D'

red 76 ◦ green 85 ◦ blue 157

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

Shades of Governor Bay #4C559D

Tints of Governor Bay #4C559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 23.9%
G = 26.73%
B = 49.37%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C559D (or 0x4C559D) is known color: Governor Bay. HEX triplet: 4C, 55 and 9D. RGB value is (76,85,157). Sum of RGB (Red+Green+Blue) = 76+85+157=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C559D is #B3AA62. Grayscale: #5A5A5A. Windows color (decimal): -11774563 or 10310988. OLE color: 10310988.

HSL color Cylindrical-coordinate representation of color #4C559D: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C559D is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 85 157 -
CMYK 0.52 0.46 0 0.38
HSL 233.33º 0.35% 0.46% -
HSV(B) 233.33º 0.52% 0.62% -
XYZ 12.31 10.47 33.27 -
YUV 90.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 76 85 157 0.52 0.46 0 0.38 233.33 0.35 0.46
Hex 4C 55 9D 34 2E 0 26 E9 23 2E
Octal 114 125 235 64 56 0 46 351 43 56
Binary 1001100 1010101 10011101 110100 101110 0 100110 11101001 100011 101110

Color Harmonies of #4C559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C559D

Black with #4C559D

Text Example


Text Example

White with #4C559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,157); }

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

background-color css

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

 a { background-color: rgb(76,85,157); }

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

border-color css

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

 span { border-color: rgb(76,85,157); }

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