Html Css Color HEX #4C499C Governor Bay

📋 copy color: '#4C499C'

red 76 ◦ green 73 ◦ blue 156

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

Shades of Governor Bay #4C499C

Tints of Governor Bay #4C499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 24.92%
G = 23.93%
B = 51.15%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C499C (or 0x4C499C) is known color: Governor Bay. HEX triplet: 4C, 49 and 9C. RGB value is (76,73,156). Sum of RGB (Red+Green+Blue) = 76+73+156=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C499C is #B3B663. Grayscale: #535353. Windows color (decimal): -11777636 or 10242380. OLE color: 10242380.

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

Color convert

RGB 76 73 156 -
CMYK 0.51 0.53 0 0.39
HSL 242.17º 0.36% 0.45% -
HSV(B) 242.17º 0.53% 0.61% -
XYZ 11.36 8.7 32.53 -
YUV 83.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 76 73 156 0.51 0.53 0 0.39 242.17 0.36 0.45
Hex 4C 49 9C 33 35 0 27 F2 24 2D
Octal 114 111 234 63 65 0 47 362 44 55
Binary 1001100 1001001 10011100 110011 110101 0 100111 11110010 100100 101101

Color Harmonies of #4C499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C499C

Black with #4C499C

Text Example


Text Example

White with #4C499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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