Html Css Color HEX #4049A5 Governor Bay

📋 copy color: '#4049A5'

red 64 ◦ green 73 ◦ blue 165

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

Shades of Governor Bay #4049A5

Tints of Governor Bay #4049A5

RGB

 RED value IS 64 (25.39% from 255) = 21.19%

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

 BLUE value IS 165 (64.84% from 255) = 54.64%

R = 21.19%
G = 24.17%
B = 54.64%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4049A5 (or 0x4049A5) is known color: Governor Bay. HEX triplet: 40, 49 and A5. RGB value is (64,73,165). Sum of RGB (Red+Green+Blue) = 64+73+165=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #4049A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4049A5 is #BFB65A. Grayscale: #505050. Windows color (decimal): -12564059 or 10832192. OLE color: 10832192.

HSL color Cylindrical-coordinate representation of color #4049A5: hue angle of 234.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4049A5 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 73 165 -
CMYK 0.61 0.56 0 0.35
HSL 234.65º 0.44% 0.45% -
HSV(B) 234.65º 0.61% 0.65% -
XYZ 11.29 8.57 36.66 -
YUV 80.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 64 73 165 0.61 0.56 0 0.35 234.65 0.44 0.45
Hex 40 49 A5 3D 38 0 23 EB 2C 2D
Octal 100 111 245 75 70 0 43 353 54 55
Binary 1000000 1001001 10100101 111101 111000 0 100011 11101011 101100 101101

Color Harmonies of #4049A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049A5

Black with #4049A5

Text Example


Text Example

White with #4049A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4049A5; }

 p { color: rgb(64,73,165); }

 H1.HeaderClassName
 {
   color: #4049A5;
 }
 .AnyTagClassName
 {
   color: #4049A5;
 }
</style>

background-color css

<style>
 a { background-color: #4049A5; }

 a { background-color: rgb(64,73,165); }

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

border-color css

<style>
 span { border-color: #4049A5; }

 span { border-color: rgb(64,73,165); }

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