Html Css Color HEX #4A489E Governor Bay

📋 copy color: '#4A489E'

red 74 ◦ green 72 ◦ blue 158

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

Shades of Governor Bay #4A489E

Tints of Governor Bay #4A489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 24.34%
G = 23.68%
B = 51.97%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A489E (or 0x4A489E) is known color: Governor Bay. HEX triplet: 4A, 48 and 9E. RGB value is (74,72,158). Sum of RGB (Red+Green+Blue) = 74+72+158=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A489E is #B5B761. Grayscale: #525252. Windows color (decimal): -11908962 or 10373194. OLE color: 10373194.

HSL color Cylindrical-coordinate representation of color #4A489E: hue angle of 241.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A489E is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 72 158 -
CMYK 0.53 0.54 0 0.38
HSL 241.4º 0.37% 0.45% -
HSV(B) 241.4º 0.54% 0.62% -
XYZ 11.31 8.56 33.4 -
YUV 82.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 74 72 158 0.53 0.54 0 0.38 241.4 0.37 0.45
Hex 4A 48 9E 35 36 0 26 F1 25 2D
Octal 112 110 236 65 66 0 46 361 45 55
Binary 1001010 1001000 10011110 110101 110110 0 100110 11110001 100101 101101

Color Harmonies of #4A489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A489E

Black with #4A489E

Text Example


Text Example

White with #4A489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,72,158); }

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

background-color css

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

 a { background-color: rgb(74,72,158); }

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

border-color css

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

 span { border-color: rgb(74,72,158); }

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