#417AA2

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

Shades of Lochmara #417AA2

Tints of Lochmara #417AA2

Color information

#417AA2 (or 0x417AA2) is unknown color: approx Lochmara. HEX triplet: 41, 7A and A2. RGB value is (65,122,162). Sum of RGB (Red+Green+Blue) = 65+122+162=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #417AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA2 is #BE855D. Grayscale: #6D6D6D. Windows color (decimal): -12485982 or 10648129. OLE color: 10648129.

HSL color Cylindrical-coordinate representation of color #417AA2: hue angle of 204.74º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417AA2 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65122162-
CMYK0.600.2500.36
HSL204.74º42.73%44.51%-
HSV(B)204.74º59.88%63.53%-
XYZ15.6617.6536.76-
YUV109.52157.6296.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 162 (63.67% from 255) = 46.42%
R=18.62%
G=34.96%
B=46.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651221620.600.2500.36204.7442.7344.51
Hex417AA23C19024cd2b2d
Octal10117224274310443155355
Binary100000111110101010001011110011001010010011001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417AA2; }

 p { color: rgb(65,122,162); }

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

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

 a { background-color: rgb(65,122,162); }

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

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

 span { border-color: rgb(65,122,162); }

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