#4172A4

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

Shades of Lochmara #4172A4

Tints of Lochmara #4172A4

Color information

#4172A4 (or 0x4172A4) is unknown color: approx Lochmara. HEX triplet: 41, 72 and A4. RGB value is (65,114,164). Sum of RGB (Red+Green+Blue) = 65+114+164=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #4172A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4172A4 is #BE8D5B. Grayscale: #686868. Windows color (decimal): -12488028 or 10777153. OLE color: 10777153.

HSL color Cylindrical-coordinate representation of color #4172A4: hue angle of 210.3º 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 #4172A4 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65114164-
CMYK0.600.3000.36
HSL210.3º43.23%44.9%-
HSV(B)210.3º60.37%64.31%-
XYZ14.915.8437.39-
YUV105.05161.2799.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=18.95%
G=33.24%
B=47.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651141640.600.3000.36210.343.2344.9
Hex4172A43C1E024d22b2d
Octal10116224474360443225355
Binary100000111100101010010011110011110010010011010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4172A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4172A4; }

 p { color: rgb(65,114,164); }

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

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

 a { background-color: rgb(65,114,164); }

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

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

 span { border-color: rgb(65,114,164); }

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