Html Css Color HEX #4049A6 Governor Bay

📋 copy color: '#4049A6'

red 64 ◦ green 73 ◦ blue 166

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

Shades of Governor Bay #4049A6

Tints of Governor Bay #4049A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 54.79%

R = 21.12%
G = 24.09%
B = 54.79%

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

#4049A6 (or 0x4049A6) is known color: Governor Bay. HEX triplet: 40, 49 and A6. RGB value is (64,73,166). Sum of RGB (Red+Green+Blue) = 64+73+166=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #4049A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4049A6 is #BFB659. Grayscale: #505050. Windows color (decimal): -12564058 or 10897728. OLE color: 10897728.

HSL color Cylindrical-coordinate representation of color #4049A6: hue angle of 234.71º 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 #4049A6 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 73 166 -
CMYK 0.61 0.56 0 0.35
HSL 234.71º 0.44% 0.45% -
HSV(B) 234.71º 0.61% 0.65% -
XYZ 11.38 8.61 37.14 -
YUV 80.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 64 73 166 0.61 0.56 0 0.35 234.71 0.44 0.45
Hex 40 49 A6 3D 38 0 23 EB 2C 2D
Octal 100 111 246 75 70 0 43 353 54 55
Binary 1000000 1001001 10100110 111101 111000 0 100011 11101011 101100 101101

Color Harmonies of #4049A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049A6

Black with #4049A6

Text Example


Text Example

White with #4049A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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