Html Css Color HEX #4C4995 Governor Bay

📋 copy color: '#4C4995'

red 76 ◦ green 73 ◦ blue 149

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

Shades of Governor Bay #4C4995

Tints of Governor Bay #4C4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 25.5%
G = 24.5%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C4995 (or 0x4C4995) is known color: Governor Bay. HEX triplet: 4C, 49 and 95. RGB value is (76,73,149). Sum of RGB (Red+Green+Blue) = 76+73+149=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4995 is #B3B66A. Grayscale: #525252. Windows color (decimal): -11777643 or 9783628. OLE color: 9783628.

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

Color convert

RGB 76 73 149 -
CMYK 0.49 0.51 0 0.42
HSL 242.37º 0.34% 0.44% -
HSV(B) 242.37º 0.51% 0.58% -
XYZ 10.79 8.47 29.5 -
YUV 82.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 76 73 149 0.49 0.51 0 0.42 242.37 0.34 0.44
Hex 4C 49 95 31 33 0 2A F2 22 2C
Octal 114 111 225 61 63 0 52 362 42 54
Binary 1001100 1001001 10010101 110001 110011 0 101010 11110010 100010 101100

Color Harmonies of #4C4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4995

Black with #4C4995

Text Example


Text Example

White with #4C4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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