Html Css Color HEX #4C5591 Governor Bay

📋 copy color: '#4C5591'

red 76 ◦ green 85 ◦ blue 145

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

Shades of Governor Bay #4C5591

Tints of Governor Bay #4C5591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 24.84%
G = 27.78%
B = 47.39%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C5591 (or 0x4C5591) is known color: Governor Bay. HEX triplet: 4C, 55 and 91. RGB value is (76,85,145). Sum of RGB (Red+Green+Blue) = 76+85+145=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5591 is #B3AA6E. Grayscale: #585858. Windows color (decimal): -11774575 or 9524556. OLE color: 9524556.

HSL color Cylindrical-coordinate representation of color #4C5591: hue angle of 232.17º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C5591 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 85 145 -
CMYK 0.48 0.41 0 0.43
HSL 232.17º 0.31% 0.43% -
HSV(B) 232.17º 0.48% 0.57% -
XYZ 11.34 10.08 28.14 -
YUV 89.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 76 85 145 0.48 0.41 0 0.43 232.17 0.31 0.43
Hex 4C 55 91 30 29 0 2B E8 1F 2B
Octal 114 125 221 60 51 0 53 350 37 53
Binary 1001100 1010101 10010001 110000 101001 0 101011 11101000 11111 101011

Color Harmonies of #4C5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5591

Black with #4C5591

Text Example


Text Example

White with #4C5591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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