Html Css Color HEX #4C499B Governor Bay

📋 copy color: '#4C499B'

red 76 ◦ green 73 ◦ blue 155

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

Shades of Governor Bay #4C499B

Tints of Governor Bay #4C499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 25%
G = 24.01%
B = 50.99%

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

#4C499B (or 0x4C499B) is known color: Governor Bay. HEX triplet: 4C, 49 and 9B. RGB value is (76,73,155). Sum of RGB (Red+Green+Blue) = 76+73+155=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C499B is #B3B664. Grayscale: #525252. Windows color (decimal): -11777637 or 10176844. OLE color: 10176844.

HSL color Cylindrical-coordinate representation of color #4C499B: hue angle of 242.2º 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 #4C499B is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 73 155 -
CMYK 0.51 0.53 0 0.39
HSL 242.2º 0.36% 0.45% -
HSV(B) 242.2º 0.53% 0.61% -
XYZ 11.28 8.67 32.09 -
YUV 83.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 76 73 155 0.51 0.53 0 0.39 242.2 0.36 0.45
Hex 4C 49 9B 33 35 0 27 F2 24 2D
Octal 114 111 233 63 65 0 47 362 44 55
Binary 1001100 1001001 10011011 110011 110101 0 100111 11110010 100100 101101

Color Harmonies of #4C499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C499B

Black with #4C499B

Text Example


Text Example

White with #4C499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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