Html Css Color HEX #4A5395 Governor Bay

📋 copy color: '#4A5395'

red 74 ◦ green 83 ◦ blue 149

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

Shades of Governor Bay #4A5395

Tints of Governor Bay #4A5395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 24.18%
G = 27.12%
B = 48.69%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A5395 (or 0x4A5395) is known color: Governor Bay. HEX triplet: 4A, 53 and 95. RGB value is (74,83,149). Sum of RGB (Red+Green+Blue) = 74+83+149=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A5395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5395 is #B5AC6A. Grayscale: #575757. Windows color (decimal): -11906155 or 9786186. OLE color: 9786186.

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

Color convert

RGB 74 83 149 -
CMYK 0.50 0.44 0 0.42
HSL 232.8º 0.34% 0.44% -
HSV(B) 232.8º 0.5% 0.58% -
XYZ 11.34 9.81 29.73 -
YUV 87.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 74 83 149 0.50 0.44 0 0.42 232.8 0.34 0.44
Hex 4A 53 95 32 2C 0 2A E9 22 2C
Octal 112 123 225 62 54 0 52 351 42 54
Binary 1001010 1010011 10010101 110010 101100 0 101010 11101001 100010 101100

Color Harmonies of #4A5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5395

Black with #4A5395

Text Example


Text Example

White with #4A5395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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