Html Css Color HEX #40499E Governor Bay

📋 copy color: '#40499E'

red 64 ◦ green 73 ◦ blue 158

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

Shades of Governor Bay #40499E

Tints of Governor Bay #40499E

RGB

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

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

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

R = 21.69%
G = 24.75%
B = 53.56%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40499E (or 0x40499E) is known color: Governor Bay. HEX triplet: 40, 49 and 9E. RGB value is (64,73,158). Sum of RGB (Red+Green+Blue) = 64+73+158=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #40499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40499E is #BFB661. Grayscale: #4F4F4F. Windows color (decimal): -12564066 or 10373440. OLE color: 10373440.

HSL color Cylindrical-coordinate representation of color #40499E: hue angle of 234.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40499E is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 73 158 -
CMYK 0.59 0.54 0 0.38
HSL 234.26º 0.42% 0.44% -
HSV(B) 234.26º 0.59% 0.62% -
XYZ 10.67 8.32 33.39 -
YUV 80 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 64 73 158 0.59 0.54 0 0.38 234.26 0.42 0.44
Hex 40 49 9E 3B 36 0 26 EA 2A 2C
Octal 100 111 236 73 66 0 46 352 52 54
Binary 1000000 1001001 10011110 111011 110110 0 100110 11101010 101010 101100

Color Harmonies of #40499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40499E

Black with #40499E

Text Example


Text Example

White with #40499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40499E; }

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

 H1.HeaderClassName
 {
   color: #40499E;
 }
 .AnyTagClassName
 {
   color: #40499E;
 }
</style>

background-color css

<style>
 a { background-color: #40499E; }

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

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

border-color css

<style>
 span { border-color: #40499E; }

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

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