Html Css Color HEX #404CAC Governor Bay

📋 copy color: '#404CAC'

red 64 ◦ green 76 ◦ blue 172

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

Shades of Governor Bay #404CAC

Tints of Governor Bay #404CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 20.51%
G = 24.36%
B = 55.13%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#404CAC (or 0x404CAC) is known color: Governor Bay. HEX triplet: 40, 4C and AC. RGB value is (64,76,172). Sum of RGB (Red+Green+Blue) = 64+76+172=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #404CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CAC is #BFB353. Grayscale: #525252. Windows color (decimal): -12563284 or 11291712. OLE color: 11291712.

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

Color convert

RGB 64 76 172 -
CMYK 0.63 0.56 0 0.33
HSL 233.33º 0.46% 0.46% -
HSV(B) 233.33º 0.63% 0.67% -
XYZ 12.15 9.24 40.17 -
YUV 83.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 64 76 172 0.63 0.56 0 0.33 233.33 0.46 0.46
Hex 40 4C AC 3F 38 0 21 E9 2E 2E
Octal 100 114 254 77 70 0 41 351 56 56
Binary 1000000 1001100 10101100 111111 111000 0 100001 11101001 101110 101110

Color Harmonies of #404CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CAC

Black with #404CAC

Text Example


Text Example

White with #404CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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