#4379A1

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

Shades of Lochmara #4379A1

Tints of Lochmara #4379A1

Color information

#4379A1 (or 0x4379A1) is unknown color: approx Lochmara. HEX triplet: 43, 79 and A1. RGB value is (67,121,161). Sum of RGB (Red+Green+Blue) = 67+121+161=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #4379A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4379A1 is #BC865E. Grayscale: #6D6D6D. Windows color (decimal): -12355167 or 10582339. OLE color: 10582339.

HSL color Cylindrical-coordinate representation of color #4379A1: hue angle of 205.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4379A1 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB67121161-
CMYK0.580.2500.37
HSL205.53º41.23%44.71%-
HSV(B)205.53º58.39%63.14%-
XYZ15.5917.4436.26-
YUV109.41157.1197.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=19.20%
G=34.67%
B=46.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671211610.580.2500.37205.5341.2344.71
Hex4379A13A19025ce292d
Octal10317124172310453165155
Binary100001111110011010000111101011001010010111001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4379A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4379A1; }

 p { color: rgb(67,121,161); }

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

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

 a { background-color: rgb(67,121,161); }

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

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

 span { border-color: rgb(67,121,161); }

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