#416F9B

Color #416F9B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #416F9B

Tints of Lochmara #416F9B

Color information

#416F9B (or 0x416F9B) is unknown color: approx Lochmara. HEX triplet: 41, 6F and 9B. RGB value is (65,111,155). Sum of RGB (Red+Green+Blue) = 65+111+155=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #416F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F9B is #BE9064. Grayscale: #666666. Windows color (decimal): -12488805 or 10186561. OLE color: 10186561.

HSL color Cylindrical-coordinate representation of color #416F9B: hue angle of 209.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416F9B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65111155-
CMYK0.580.2800.39
HSL209.33º40.91%43.14%-
HSV(B)209.33º58.06%60.78%-
XYZ13.7814.8633.15-
YUV102.26157.76101.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=19.64%
G=33.53%
B=46.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651111550.580.2800.39209.3340.9143.14
Hex416F9B3A1C027d1292b
Octal10115723372340473215153
Binary100000111011111001101111101011100010011111010001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,111,155); }

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

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

 a { background-color: rgb(65,111,155); }

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

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

 span { border-color: rgb(65,111,155); }

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