Html Css Color HEX #4040AC Governor Bay

📋 copy color: '#4040AC'

red 64 ◦ green 64 ◦ blue 172

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

Shades of Governor Bay #4040AC

Tints of Governor Bay #4040AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 21.33%
G = 21.33%
B = 57.33%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4040AC (or 0x4040AC) is known color: Governor Bay. HEX triplet: 40, 40 and AC. RGB value is (64,64,172). Sum of RGB (Red+Green+Blue) = 64+64+172=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4040AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AC is #BFBF53. Grayscale: #4B4B4B. Windows color (decimal): -12566356 or 11288640. OLE color: 11288640.

HSL color Cylindrical-coordinate representation of color #4040AC: hue angle of 240º 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 #4040AC is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 64 172 -
CMYK 0.63 0.63 0 0.33
HSL 240º 0.46% 0.46% -
HSV(B) 240º 0.63% 0.67% -
XYZ 11.39 7.74 39.92 -
YUV 76.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 64 64 172 0.63 0.63 0 0.33 240 0.46 0.46
Hex 40 40 AC 3F 3F 0 21 F0 2E 2E
Octal 100 100 254 77 77 0 41 360 56 56
Binary 1000000 1000000 10101100 111111 111111 0 100001 11110000 101110 101110

Color Harmonies of #4040AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4040AC

Black with #4040AC

Text Example


Text Example

White with #4040AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4040AC; }

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

 H1.HeaderClassName
 {
   color: #4040AC;
 }
 .AnyTagClassName
 {
   color: #4040AC;
 }
</style>

background-color css

<style>
 a { background-color: #4040AC; }

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

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

border-color css

<style>
 span { border-color: #4040AC; }

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

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