#414794

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

Shades of Governor Bay #414794

Tints of Governor Bay #414794

Color information

#414794 (or 0x414794) is unknown color: approx Governor Bay. HEX triplet: 41, 47 and 94. RGB value is (65,71,148). Sum of RGB (Red+Green+Blue) = 65+71+148=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #414794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414794 is #BEB86B. Grayscale: #4D4D4D. Windows color (decimal): -12499052 or 9717569. OLE color: 9717569.

HSL color Cylindrical-coordinate representation of color #414794: hue angle of 235.66º 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 #414794 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6571148-
CMYK0.560.5200.42
HSL235.66º38.97%41.76%-
HSV(B)235.66º56.08%58.04%-
XYZ9.787.7729-
YUV77.98167.51118.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=22.89%
G=25%
B=52.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65711480.560.5200.42235.6638.9741.76
Hex414794383402Aec272a
Octal10110722470640523544752
Binary1000001100011110010100111000110100010101011101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414794; }

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

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

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

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

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

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

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

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