Html Css Color HEX #404F9B Governor Bay

📋 copy color: '#404F9B'

red 64 ◦ green 79 ◦ blue 155

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

Shades of Governor Bay #404F9B

Tints of Governor Bay #404F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

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

R = 21.48%
G = 26.51%
B = 52.01%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#404F9B (or 0x404F9B) is known color: Governor Bay. HEX triplet: 40, 4F and 9B. RGB value is (64,79,155). Sum of RGB (Red+Green+Blue) = 64+79+155=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #404F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F9B is #BFB064. Grayscale: #525252. Windows color (decimal): -12562533 or 10178368. OLE color: 10178368.

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

Color convert

RGB 64 79 155 -
CMYK 0.59 0.49 0 0.39
HSL 230.11º 0.42% 0.43% -
HSV(B) 230.11º 0.59% 0.61% -
XYZ 10.83 9.05 32.19 -
YUV 83.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 64 79 155 0.59 0.49 0 0.39 230.11 0.42 0.43
Hex 40 4F 9B 3B 31 0 27 E6 2A 2B
Octal 100 117 233 73 61 0 47 346 52 53
Binary 1000000 1001111 10011011 111011 110001 0 100111 11100110 101010 101011

Color Harmonies of #404F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F9B

Black with #404F9B

Text Example


Text Example

White with #404F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F9B; }

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

 H1.HeaderClassName
 {
   color: #404F9B;
 }
 .AnyTagClassName
 {
   color: #404F9B;
 }
</style>

background-color css

<style>
 a { background-color: #404F9B; }

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

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

border-color css

<style>
 span { border-color: #404F9B; }

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

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