Html Css Color HEX #404AAD Governor Bay

📋 copy color: '#404AAD'

red 64 ◦ green 74 ◦ blue 173

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

Shades of Governor Bay #404AAD

Tints of Governor Bay #404AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 20.58%
G = 23.79%
B = 55.63%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#404AAD (or 0x404AAD) is known color: Governor Bay. HEX triplet: 40, 4A and AD. RGB value is (64,74,173). Sum of RGB (Red+Green+Blue) = 64+74+173=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #404AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404AAD is #BFB552. Grayscale: #515151. Windows color (decimal): -12563795 or 11356736. OLE color: 11356736.

HSL color Cylindrical-coordinate representation of color #404AAD: hue angle of 234.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404AAD is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 74 173 -
CMYK 0.63 0.57 0 0.32
HSL 234.5º 0.46% 0.46% -
HSV(B) 234.5º 0.63% 0.68% -
XYZ 12.11 9 40.64 -
YUV 82.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 64 74 173 0.63 0.57 0 0.32 234.5 0.46 0.46
Hex 40 4A AD 3F 39 0 20 EA 2E 2E
Octal 100 112 255 77 71 0 40 352 56 56
Binary 1000000 1001010 10101101 111111 111001 0 100000 11101010 101110 101110

Color Harmonies of #404AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AAD

Black with #404AAD

Text Example


Text Example

White with #404AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,173); }

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

background-color css

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

 a { background-color: rgb(64,74,173); }

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

border-color css

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

 span { border-color: rgb(64,74,173); }

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