Html Css Color HEX #40519C Governor Bay

📋 copy color: '#40519C'

red 64 ◦ green 81 ◦ blue 156

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

Shades of Governor Bay #40519C

Tints of Governor Bay #40519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 21.26%
G = 26.91%
B = 51.83%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40519C (or 0x40519C) is known color: Governor Bay. HEX triplet: 40, 51 and 9C. RGB value is (64,81,156). Sum of RGB (Red+Green+Blue) = 64+81+156=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #40519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40519C is #BFAE63. Grayscale: #545454. Windows color (decimal): -12562020 or 10244416. OLE color: 10244416.

HSL color Cylindrical-coordinate representation of color #40519C: hue angle of 228.91º 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 #40519C is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 81 156 -
CMYK 0.59 0.48 0 0.39
HSL 228.91º 0.42% 0.43% -
HSV(B) 228.91º 0.59% 0.61% -
XYZ 11.06 9.38 32.68 -
YUV 84.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 64 81 156 0.59 0.48 0 0.39 228.91 0.42 0.43
Hex 40 51 9C 3B 30 0 27 E5 2A 2B
Octal 100 121 234 73 60 0 47 345 52 53
Binary 1000000 1010001 10011100 111011 110000 0 100111 11100101 101010 101011

Color Harmonies of #40519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40519C

Black with #40519C

Text Example


Text Example

White with #40519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40519C; }

 p { color: rgb(64,81,156); }

 H1.HeaderClassName
 {
   color: #40519C;
 }
 .AnyTagClassName
 {
   color: #40519C;
 }
</style>

background-color css

<style>
 a { background-color: #40519C; }

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

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

border-color css

<style>
 span { border-color: #40519C; }

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

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