Html Css Color HEX #41759C Lochmara

📋 copy color: '#41759C'

red 65 ◦ green 117 ◦ blue 156

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

Shades of Lochmara #41759C

Tints of Lochmara #41759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 19.23%
G = 34.62%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41759C (or 0x41759C) is known color: Lochmara. HEX triplet: 41, 75 and 9C. RGB value is (65,117,156). Sum of RGB (Red+Green+Blue) = 65+117+156=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #41759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41759C is #BE8A63. Grayscale: #696969. Windows color (decimal): -12487268 or 10253633. OLE color: 10253633.

HSL color Cylindrical-coordinate representation of color #41759C: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41759C is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 117 156 -
CMYK 0.58 0.25 0 0.39
HSL 205.71º 0.41% 0.43% -
HSV(B) 205.71º 0.58% 0.61% -
XYZ 14.54 16.25 33.82 -
YUV 105.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 65 117 156 0.58 0.25 0 0.39 205.71 0.41 0.43
Hex 41 75 9C 3A 19 0 27 CE 29 2B
Octal 101 165 234 72 31 0 47 316 51 53
Binary 1000001 1110101 10011100 111010 11001 0 100111 11001110 101001 101011

Color Harmonies of #41759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41759C

Black with #41759C

Text Example


Text Example

White with #41759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41759C; }

 p { color: rgb(65,117,156); }

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

background-color css

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

 a { background-color: rgb(65,117,156); }

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

border-color css

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

 span { border-color: rgb(65,117,156); }

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