Html Css Color HEX #417199 Lochmara

📋 copy color: '#417199'

red 65 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #417199

Tints of Lochmara #417199

RGB

 RED value IS 65 (25.78% from 255) = 19.64%

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 19.64%
G = 34.14%
B = 46.22%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#417199 (or 0x417199) is known color: Lochmara. HEX triplet: 41, 71 and 99. RGB value is (65,113,153). Sum of RGB (Red+Green+Blue) = 65+113+153=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #417199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417199 is #BE8E66. Grayscale: #676767. Windows color (decimal): -12488295 or 10056001. OLE color: 10056001.

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

Color convert

RGB 65 113 153 -
CMYK 0.58 0.26 0 0.4
HSL 207.27º 0.4% 0.43% -
HSV(B) 207.27º 0.58% 0.6% -
XYZ 13.83 15.23 32.35 -
YUV 103.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 65 113 153 0.58 0.26 0 0.4 207.27 0.4 0.43
Hex 41 71 99 3A 1A 0 28 CF 28 2B
Octal 101 161 231 72 32 0 50 317 50 53
Binary 1000001 1110001 10011001 111010 11010 0 101000 11001111 101000 101011

Color Harmonies of #417199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417199

Black with #417199

Text Example


Text Example

White with #417199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417199; }

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

 H1.HeaderClassName
 {
   color: #417199;
 }
 .AnyTagClassName
 {
   color: #417199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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