Html Css Color HEX #4C499A Governor Bay

📋 copy color: '#4C499A'

red 76 ◦ green 73 ◦ blue 154

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

Shades of Governor Bay #4C499A

Tints of Governor Bay #4C499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.83%

R = 25.08%
G = 24.09%
B = 50.83%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C499A (or 0x4C499A) is known color: Governor Bay. HEX triplet: 4C, 49 and 9A. RGB value is (76,73,154). Sum of RGB (Red+Green+Blue) = 76+73+154=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C499A is #B3B665. Grayscale: #525252. Windows color (decimal): -11777638 or 10111308. OLE color: 10111308.

HSL color Cylindrical-coordinate representation of color #4C499A: hue angle of 242.22º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C499A is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 73 154 -
CMYK 0.51 0.53 0 0.40
HSL 242.22º 0.36% 0.45% -
HSV(B) 242.22º 0.53% 0.6% -
XYZ 11.2 8.63 31.65 -
YUV 83.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 76 73 154 0.51 0.53 0 0.40 242.22 0.36 0.45
Hex 4C 49 9A 33 35 0 28 F2 24 2D
Octal 114 111 232 63 65 0 50 362 44 55
Binary 1001100 1001001 10011010 110011 110101 0 101000 11110010 100100 101101

Color Harmonies of #4C499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C499A

Black with #4C499A

Text Example


Text Example

White with #4C499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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