Html Css Color HEX #404CA1 Governor Bay

📋 copy color: '#404CA1'

red 64 ◦ green 76 ◦ blue 161

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

Shades of Governor Bay #404CA1

Tints of Governor Bay #404CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 21.26%
G = 25.25%
B = 53.49%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#404CA1 (or 0x404CA1) is known color: Governor Bay. HEX triplet: 40, 4C and A1. RGB value is (64,76,161). Sum of RGB (Red+Green+Blue) = 64+76+161=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #404CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CA1 is #BFB35E. Grayscale: #515151. Windows color (decimal): -12563295 or 10570816. OLE color: 10570816.

HSL color Cylindrical-coordinate representation of color #404CA1: hue angle of 232.58º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #404CA1 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 76 161 -
CMYK 0.60 0.53 0 0.37
HSL 232.58º 0.43% 0.44% -
HSV(B) 232.58º 0.6% 0.63% -
XYZ 11.13 8.83 34.84 -
YUV 82.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 64 76 161 0.60 0.53 0 0.37 232.58 0.43 0.44
Hex 40 4C A1 3C 35 0 25 E9 2B 2C
Octal 100 114 241 74 65 0 45 351 53 54
Binary 1000000 1001100 10100001 111100 110101 0 100101 11101001 101011 101100

Color Harmonies of #404CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CA1

Black with #404CA1

Text Example


Text Example

White with #404CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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