Html Css Color HEX #40499F Governor Bay

📋 copy color: '#40499F'

red 64 ◦ green 73 ◦ blue 159

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

Shades of Governor Bay #40499F

Tints of Governor Bay #40499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 21.62%
G = 24.66%
B = 53.72%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40499F (or 0x40499F) is known color: Governor Bay. HEX triplet: 40, 49 and 9F. RGB value is (64,73,159). Sum of RGB (Red+Green+Blue) = 64+73+159=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #40499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40499F is #BFB660. Grayscale: #4F4F4F. Windows color (decimal): -12564065 or 10438976. OLE color: 10438976.

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

Color convert

RGB 64 73 159 -
CMYK 0.60 0.54 0 0.38
HSL 234.32º 0.43% 0.44% -
HSV(B) 234.32º 0.6% 0.62% -
XYZ 10.75 8.36 33.85 -
YUV 80.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 64 73 159 0.60 0.54 0 0.38 234.32 0.43 0.44
Hex 40 49 9F 3C 36 0 26 EA 2B 2C
Octal 100 111 237 74 66 0 46 352 53 54
Binary 1000000 1001001 10011111 111100 110110 0 100110 11101010 101011 101100

Color Harmonies of #40499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40499F

Black with #40499F

Text Example


Text Example

White with #40499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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