Html Css Color HEX #404CA5 Governor Bay

📋 copy color: '#404CA5'

red 64 ◦ green 76 ◦ blue 165

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

Shades of Governor Bay #404CA5

Tints of Governor Bay #404CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 165 (64.84% from 255) = 54.1%

R = 20.98%
G = 24.92%
B = 54.1%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#404CA5 (or 0x404CA5) is known color: Governor Bay. HEX triplet: 40, 4C and A5. RGB value is (64,76,165). Sum of RGB (Red+Green+Blue) = 64+76+165=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #404CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CA5 is #BFB35A. Grayscale: #525252. Windows color (decimal): -12563291 or 10832960. OLE color: 10832960.

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

Color convert

RGB 64 76 165 -
CMYK 0.61 0.54 0 0.35
HSL 232.87º 0.44% 0.45% -
HSV(B) 232.87º 0.61% 0.65% -
XYZ 11.49 8.98 36.72 -
YUV 82.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 64 76 165 0.61 0.54 0 0.35 232.87 0.44 0.45
Hex 40 4C A5 3D 36 0 23 E9 2C 2D
Octal 100 114 245 75 66 0 43 351 54 55
Binary 1000000 1001100 10100101 111101 110110 0 100011 11101001 101100 101101

Color Harmonies of #404CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CA5

Black with #404CA5

Text Example


Text Example

White with #404CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,165); }

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

background-color css

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

 a { background-color: rgb(64,76,165); }

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

border-color css

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

 span { border-color: rgb(64,76,165); }

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