Html Css Color HEX #41729B Lochmara

📋 copy color: '#41729B'

red 65 ◦ green 114 ◦ blue 155

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

Shades of Lochmara #41729B

Tints of Lochmara #41729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 19.46%
G = 34.13%
B = 46.41%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41729B (or 0x41729B) is known color: Lochmara. HEX triplet: 41, 72 and 9B. RGB value is (65,114,155). Sum of RGB (Red+Green+Blue) = 65+114+155=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #41729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41729B is #BE8D64. Grayscale: #676767. Windows color (decimal): -12488037 or 10187329. OLE color: 10187329.

HSL color Cylindrical-coordinate representation of color #41729B: hue angle of 207.33º 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 #41729B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 114 155 -
CMYK 0.58 0.26 0 0.39
HSL 207.33º 0.41% 0.43% -
HSV(B) 207.33º 0.58% 0.61% -
XYZ 14.11 15.53 33.26 -
YUV 104.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 65 114 155 0.58 0.26 0 0.39 207.33 0.41 0.43
Hex 41 72 9B 3A 1A 0 27 CF 29 2B
Octal 101 162 233 72 32 0 47 317 51 53
Binary 1000001 1110010 10011011 111010 11010 0 100111 11001111 101001 101011

Color Harmonies of #41729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41729B

Black with #41729B

Text Example


Text Example

White with #41729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41729B; }

 p { color: rgb(65,114,155); }

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

background-color css

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

 a { background-color: rgb(65,114,155); }

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

border-color css

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

 span { border-color: rgb(65,114,155); }

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