Html Css Color HEX #4A5793 Governor Bay

📋 copy color: '#4A5793'

red 74 ◦ green 87 ◦ blue 147

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

Shades of Governor Bay #4A5793

Tints of Governor Bay #4A5793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 24.03%
G = 28.25%
B = 47.73%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A5793 (or 0x4A5793) is known color: Governor Bay. HEX triplet: 4A, 57 and 93. RGB value is (74,87,147). Sum of RGB (Red+Green+Blue) = 74+87+147=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5793 is #B5A86C. Grayscale: #595959. Windows color (decimal): -11905133 or 9656138. OLE color: 9656138.

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

Color convert

RGB 74 87 147 -
CMYK 0.50 0.41 0 0.42
HSL 229.32º 0.33% 0.43% -
HSV(B) 229.32º 0.5% 0.58% -
XYZ 11.5 10.38 29 -
YUV 89.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 74 87 147 0.50 0.41 0 0.42 229.32 0.33 0.43
Hex 4A 57 93 32 29 0 2A E5 21 2B
Octal 112 127 223 62 51 0 52 345 41 53
Binary 1001010 1010111 10010011 110010 101001 0 101010 11100101 100001 101011

Color Harmonies of #4A5793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5793

Black with #4A5793

Text Example


Text Example

White with #4A5793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,87,147); }

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

background-color css

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

 a { background-color: rgb(74,87,147); }

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

border-color css

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

 span { border-color: rgb(74,87,147); }

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