Html Css Color HEX #427199 Lochmara

📋 copy color: '#427199'

red 66 ◦ green 113 ◦ blue 153

#427199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #427199

Tints of Lochmara #427199

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 value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#427199 (or 0x427199) is known color: 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

RGB 66 113 153 -
CMYK 0.57 0.26 0 0.4
HSL 207.59º 0.4% 0.43% -
HSV(B) 207.59º 0.57% 0.6% -
XYZ 13.9 15.27 32.35 -
YUV 103.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 66 113 153 0.57 0.26 0 0.4 207.59 0.4 0.43
Hex 42 71 99 39 1A 0 28 D0 28 2B
Octal 102 161 231 71 32 0 50 320 50 53
Binary 1000010 1110001 10011001 111001 11010 0 101000 11010000 101000 101011

Color Harmonies of #427199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427199

Black with #427199

Text Example


Text Example

White with #427199

Text Example


Text Example

HTML Codes & Css Web 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>