#427199

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

Shades of Lochmara #427199

Tints of Lochmara #427199

Color information

#427199 (or 0x427199) is unknown color: approx Lochmara. HEX triplet: 42, 71 and 99. RGB value is (66,113,153). Sum of RGB (Red+Green+Blue) = 66+113+153=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #427199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427199 is #BD8E66. Grayscale: #676767. Windows color (decimal): -12422759 or 10056002. OLE color: 10056002.

HSL color Cylindrical-coordinate representation of color #427199: hue angle of 207.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427199 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66113153-
CMYK0.570.2600.4
HSL207.59º39.73%42.94%-
HSV(B)207.59º56.86%60%-
XYZ13.915.2732.35-
YUV103.51155.93101.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=19.88%
G=34.04%
B=46.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661131530.570.2600.4207.5939.7342.94
Hex427199391A028d0282b
Octal10216123171320503205053
Binary100001011100011001100111100111010010100011010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427199; }

 p { color: rgb(66,113,153); }

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

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

 a { background-color: rgb(66,113,153); }

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

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

 span { border-color: rgb(66,113,153); }

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