#414994

Color #414994 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #414994

Tints of Governor Bay #414994

Color information

#414994 (or 0x414994) is unknown color: approx Governor Bay. HEX triplet: 41, 49 and 94. RGB value is (65,73,148). Sum of RGB (Red+Green+Blue) = 65+73+148=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #414994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414994 is #BEB66B. Grayscale: #4E4E4E. Windows color (decimal): -12498540 or 9718081. OLE color: 9718081.

HSL color Cylindrical-coordinate representation of color #414994: hue angle of 234.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #414994 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6573148-
CMYK0.560.5100.42
HSL234.22º38.97%41.76%-
HSV(B)234.22º56.08%58.04%-
XYZ9.918.0329.04-
YUV79.16166.85117.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=22.73%
G=25.52%
B=51.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65731480.560.5100.42234.2238.9741.76
Hex414994383302Aea272a
Octal10111122470630523524752
Binary1000001100100110010100111000110011010101011101010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414994; }

 p { color: rgb(65,73,148); }

 H1.HeaderClassName
 {
   color: #414994;
 }
 .AnyTagClassName
 {
   color: #414994;
 }
</style>
background-color css

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

 a { background-color: rgb(65,73,148); }

 div.DivClassName
 {
   background-color: #414994;
 }
 .BgClassName
 {
   background-color: #414994;
 }
</style>
border-color css

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

 span { border-color: rgb(65,73,148); }

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