Html Css Color HEX #40489B Governor Bay

📋 copy color: '#40489B'

red 64 ◦ green 72 ◦ blue 155

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

Shades of Governor Bay #40489B

Tints of Governor Bay #40489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 21.99%
G = 24.74%
B = 53.26%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40489B (or 0x40489B) is known color: Governor Bay. HEX triplet: 40, 48 and 9B. RGB value is (64,72,155). Sum of RGB (Red+Green+Blue) = 64+72+155=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #40489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40489B is #BFB764. Grayscale: #4E4E4E. Windows color (decimal): -12564325 or 10176576. OLE color: 10176576.

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

Color convert

RGB 64 72 155 -
CMYK 0.59 0.54 0 0.39
HSL 234.73º 0.42% 0.43% -
HSV(B) 234.73º 0.59% 0.61% -
XYZ 10.35 8.09 32.03 -
YUV 79.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 64 72 155 0.59 0.54 0 0.39 234.73 0.42 0.43
Hex 40 48 9B 3B 36 0 27 EB 2A 2B
Octal 100 110 233 73 66 0 47 353 52 53
Binary 1000000 1001000 10011011 111011 110110 0 100111 11101011 101010 101011

Color Harmonies of #40489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40489B

Black with #40489B

Text Example


Text Example

White with #40489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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