Html Css Color HEX #4C569D Governor Bay

📋 copy color: '#4C569D'

red 76 ◦ green 86 ◦ blue 157

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

Shades of Governor Bay #4C569D

Tints of Governor Bay #4C569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 23.82%
G = 26.96%
B = 49.22%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C569D (or 0x4C569D) is known color: Governor Bay. HEX triplet: 4C, 56 and 9D. RGB value is (76,86,157). Sum of RGB (Red+Green+Blue) = 76+86+157=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C569D is #B3A962. Grayscale: #5A5A5A. Windows color (decimal): -11774307 or 10311244. OLE color: 10311244.

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

Color convert

RGB 76 86 157 -
CMYK 0.52 0.45 0 0.38
HSL 232.59º 0.35% 0.46% -
HSV(B) 232.59º 0.52% 0.62% -
XYZ 12.39 10.63 33.3 -
YUV 91.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 76 86 157 0.52 0.45 0 0.38 232.59 0.35 0.46
Hex 4C 56 9D 34 2D 0 26 E9 23 2E
Octal 114 126 235 64 55 0 46 351 43 56
Binary 1001100 1010110 10011101 110100 101101 0 100110 11101001 100011 101110

Color Harmonies of #4C569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C569D

Black with #4C569D

Text Example


Text Example

White with #4C569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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