Html Css Color HEX #40489E Governor Bay

📋 copy color: '#40489E'

red 64 ◦ green 72 ◦ blue 158

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

Shades of Governor Bay #40489E

Tints of Governor Bay #40489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 21.77%
G = 24.49%
B = 53.74%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40489E (or 0x40489E) is known color: Governor Bay. HEX triplet: 40, 48 and 9E. RGB value is (64,72,158). Sum of RGB (Red+Green+Blue) = 64+72+158=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #40489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40489E is #BFB761. Grayscale: #4F4F4F. Windows color (decimal): -12564322 or 10373184. OLE color: 10373184.

HSL color Cylindrical-coordinate representation of color #40489E: hue angle of 234.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40489E is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 72 158 -
CMYK 0.59 0.54 0 0.38
HSL 234.89º 0.42% 0.44% -
HSV(B) 234.89º 0.59% 0.62% -
XYZ 10.6 8.19 33.37 -
YUV 79.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 64 72 158 0.59 0.54 0 0.38 234.89 0.42 0.44
Hex 40 48 9E 3B 36 0 26 EB 2A 2C
Octal 100 110 236 73 66 0 46 353 52 54
Binary 1000000 1001000 10011110 111011 110110 0 100110 11101011 101010 101100

Color Harmonies of #40489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40489E

Black with #40489E

Text Example


Text Example

White with #40489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40489E; }

 p { color: rgb(64,72,158); }

 H1.HeaderClassName
 {
   color: #40489E;
 }
 .AnyTagClassName
 {
   color: #40489E;
 }
</style>

background-color css

<style>
 a { background-color: #40489E; }

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

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

border-color css

<style>
 span { border-color: #40489E; }

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

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