Html Css Color HEX #40469C Governor Bay

📋 copy color: '#40469C'

red 64 ◦ green 70 ◦ blue 156

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

Shades of Governor Bay #40469C

Tints of Governor Bay #40469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 22.07%
G = 24.14%
B = 53.79%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40469C (or 0x40469C) is known color: Governor Bay. HEX triplet: 40, 46 and 9C. RGB value is (64,70,156). Sum of RGB (Red+Green+Blue) = 64+70+156=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #40469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40469C is #BFB963. Grayscale: #4D4D4D. Windows color (decimal): -12564836 or 10241600. OLE color: 10241600.

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

Color convert

RGB 64 70 156 -
CMYK 0.59 0.55 0 0.39
HSL 236.09º 0.42% 0.43% -
HSV(B) 236.09º 0.59% 0.61% -
XYZ 10.31 7.87 32.43 -
YUV 78.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 64 70 156 0.59 0.55 0 0.39 236.09 0.42 0.43
Hex 40 46 9C 3B 37 0 27 EC 2A 2B
Octal 100 106 234 73 67 0 47 354 52 53
Binary 1000000 1000110 10011100 111011 110111 0 100111 11101100 101010 101011

Color Harmonies of #40469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40469C

Black with #40469C

Text Example


Text Example

White with #40469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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