Html Css Color HEX #4A5A95 Governor Bay

📋 copy color: '#4A5A95'

red 74 ◦ green 90 ◦ blue 149

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

Shades of Governor Bay #4A5A95

Tints of Governor Bay #4A5A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 23.64%
G = 28.75%
B = 47.6%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A5A95 (or 0x4A5A95) is known color: Governor Bay. HEX triplet: 4A, 5A and 95. RGB value is (74,90,149). Sum of RGB (Red+Green+Blue) = 74+90+149=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A5A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5A95 is #B5A56A. Grayscale: #5B5B5B. Windows color (decimal): -11904363 or 9787978. OLE color: 9787978.

HSL color Cylindrical-coordinate representation of color #4A5A95: hue angle of 227.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A5A95 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 90 149 -
CMYK 0.50 0.40 0 0.42
HSL 227.2º 0.34% 0.44% -
HSV(B) 227.2º 0.5% 0.58% -
XYZ 11.91 10.94 29.92 -
YUV 91.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 74 90 149 0.50 0.40 0 0.42 227.2 0.34 0.44
Hex 4A 5A 95 32 28 0 2A E3 22 2C
Octal 112 132 225 62 50 0 52 343 42 54
Binary 1001010 1011010 10010101 110010 101000 0 101010 11100011 100010 101100

Color Harmonies of #4A5A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A95

Black with #4A5A95

Text Example


Text Example

White with #4A5A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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