#4375A2

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

Shades of Lochmara #4375A2

Tints of Lochmara #4375A2

Color information

#4375A2 (or 0x4375A2) is unknown color: approx Lochmara. HEX triplet: 43, 75 and A2. RGB value is (67,117,162). Sum of RGB (Red+Green+Blue) = 67+117+162=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 162 - color contains mainly: blue. Hex color #4375A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4375A2 is #BC8A5D. Grayscale: #6A6A6A. Windows color (decimal): -12356190 or 10646851. OLE color: 10646851.

HSL color Cylindrical-coordinate representation of color #4375A2: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4375A2 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB67117162-
CMYK0.590.2800.36
HSL208.42º41.48%44.9%-
HSV(B)208.42º58.64%63.53%-
XYZ15.216.5236.57-
YUV107.18158.9499.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.36%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 162 (63.67% from 255) = 46.82%
R=19.36%
G=33.82%
B=46.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671171620.590.2800.36208.4241.4844.9
Hex4375A23B1C024d0292d
Octal10316524273340443205155
Binary100001111101011010001011101111100010010011010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4375A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4375A2; }

 p { color: rgb(67,117,162); }

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

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

 a { background-color: rgb(67,117,162); }

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

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

 span { border-color: rgb(67,117,162); }

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