Html Css Color HEX #4C4996 Governor Bay

📋 copy color: '#4C4996'

red 76 ◦ green 73 ◦ blue 150

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

Shades of Governor Bay #4C4996

Tints of Governor Bay #4C4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 25.42%
G = 24.41%
B = 50.17%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C4996 (or 0x4C4996) is known color: Governor Bay. HEX triplet: 4C, 49 and 96. RGB value is (76,73,150). Sum of RGB (Red+Green+Blue) = 76+73+150=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4996 is #B3B669. Grayscale: #525252. Windows color (decimal): -11777642 or 9849164. OLE color: 9849164.

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

Color convert

RGB 76 73 150 -
CMYK 0.49 0.51 0 0.41
HSL 242.34º 0.35% 0.44% -
HSV(B) 242.34º 0.51% 0.59% -
XYZ 10.87 8.5 29.92 -
YUV 82.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 76 73 150 0.49 0.51 0 0.41 242.34 0.35 0.44
Hex 4C 49 96 31 33 0 29 F2 23 2C
Octal 114 111 226 61 63 0 51 362 43 54
Binary 1001100 1001001 10010110 110001 110011 0 101001 11110010 100011 101100

Color Harmonies of #4C4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4996

Black with #4C4996

Text Example


Text Example

White with #4C4996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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