Html Css Color HEX #4A4995 Governor Bay

📋 copy color: '#4A4995'

red 74 ◦ green 73 ◦ blue 149

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

Shades of Governor Bay #4A4995

Tints of Governor Bay #4A4995

RGB

 RED value IS 74 (29.3% from 255) = 25%

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

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

R = 25%
G = 24.66%
B = 50.34%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A4995 (or 0x4A4995) is known color: Governor Bay. HEX triplet: 4A, 49 and 95. RGB value is (74,73,149). Sum of RGB (Red+Green+Blue) = 74+73+149=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4995 is #B5B66A. Grayscale: #515151. Windows color (decimal): -11908715 or 9783626. OLE color: 9783626.

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

Color convert

RGB 74 73 149 -
CMYK 0.50 0.51 0 0.42
HSL 240.79º 0.34% 0.44% -
HSV(B) 240.79º 0.51% 0.58% -
XYZ 10.63 8.39 29.49 -
YUV 81.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 74 73 149 0.50 0.51 0 0.42 240.79 0.34 0.44
Hex 4A 49 95 32 33 0 2A F1 22 2C
Octal 112 111 225 62 63 0 52 361 42 54
Binary 1001010 1001001 10010101 110010 110011 0 101010 11110001 100010 101100

Color Harmonies of #4A4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4995

Black with #4A4995

Text Example


Text Example

White with #4A4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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