Html Css Color HEX #4C489A Governor Bay

📋 copy color: '#4C489A'

red 76 ◦ green 72 ◦ blue 154

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

Shades of Governor Bay #4C489A

Tints of Governor Bay #4C489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 25.17%
G = 23.84%
B = 50.99%

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

#4C489A (or 0x4C489A) is known color: Governor Bay. HEX triplet: 4C, 48 and 9A. RGB value is (76,72,154). Sum of RGB (Red+Green+Blue) = 76+72+154=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C489A is #B3B765. Grayscale: #525252. Windows color (decimal): -11777894 or 10111052. OLE color: 10111052.

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

Color convert

RGB 76 72 154 -
CMYK 0.51 0.53 0 0.40
HSL 242.93º 0.36% 0.44% -
HSV(B) 242.93º 0.53% 0.6% -
XYZ 11.13 8.5 31.63 -
YUV 82.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 76 72 154 0.51 0.53 0 0.40 242.93 0.36 0.44
Hex 4C 48 9A 33 35 0 28 F3 24 2C
Octal 114 110 232 63 65 0 50 363 44 54
Binary 1001100 1001000 10011010 110011 110101 0 101000 11110011 100100 101100

Color Harmonies of #4C489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C489A

Black with #4C489A

Text Example


Text Example

White with #4C489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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