Html Css Color HEX #404D9E Governor Bay

📋 copy color: '#404D9E'

red 64 ◦ green 77 ◦ blue 158

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

Shades of Governor Bay #404D9E

Tints of Governor Bay #404D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 21.4%
G = 25.75%
B = 52.84%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#404D9E (or 0x404D9E) is known color: Governor Bay. HEX triplet: 40, 4D and 9E. RGB value is (64,77,158). Sum of RGB (Red+Green+Blue) = 64+77+158=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #404D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D9E is #BFB261. Grayscale: #525252. Windows color (decimal): -12563042 or 10374464. OLE color: 10374464.

HSL color Cylindrical-coordinate representation of color #404D9E: hue angle of 231.7º 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 #404D9E is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 77 158 -
CMYK 0.59 0.51 0 0.38
HSL 231.7º 0.42% 0.44% -
HSV(B) 231.7º 0.59% 0.62% -
XYZ 10.94 8.87 33.48 -
YUV 82.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 64 77 158 0.59 0.51 0 0.38 231.7 0.42 0.44
Hex 40 4D 9E 3B 33 0 26 E8 2A 2C
Octal 100 115 236 73 63 0 46 350 52 54
Binary 1000000 1001101 10011110 111011 110011 0 100110 11101000 101010 101100

Color Harmonies of #404D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D9E

Black with #404D9E

Text Example


Text Example

White with #404D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404D9E; }

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

 H1.HeaderClassName
 {
   color: #404D9E;
 }
 .AnyTagClassName
 {
   color: #404D9E;
 }
</style>

background-color css

<style>
 a { background-color: #404D9E; }

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

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

border-color css

<style>
 span { border-color: #404D9E; }

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

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