Html Css Color HEX #4C5796 Governor Bay

📋 copy color: '#4C5796'

red 76 ◦ green 87 ◦ blue 150

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

Shades of Governor Bay #4C5796

Tints of Governor Bay #4C5796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 24.28%
G = 27.8%
B = 47.92%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C5796 (or 0x4C5796) is known color: Governor Bay. HEX triplet: 4C, 57 and 96. RGB value is (76,87,150). Sum of RGB (Red+Green+Blue) = 76+87+150=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C5796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5796 is #B3A869. Grayscale: #5A5A5A. Windows color (decimal): -11774058 or 9852748. OLE color: 9852748.

HSL color Cylindrical-coordinate representation of color #4C5796: hue angle of 231.08º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C5796 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 87 150 -
CMYK 0.49 0.42 0 0.41
HSL 231.08º 0.33% 0.44% -
HSV(B) 231.08º 0.49% 0.59% -
XYZ 11.89 10.55 30.26 -
YUV 90.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 76 87 150 0.49 0.42 0 0.41 231.08 0.33 0.44
Hex 4C 57 96 31 2A 0 29 E7 21 2C
Octal 114 127 226 61 52 0 51 347 41 54
Binary 1001100 1010111 10010110 110001 101010 0 101001 11100111 100001 101100

Color Harmonies of #4C5796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5796

Black with #4C5796

Text Example


Text Example

White with #4C5796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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