Html Css Color HEX #41779F Lochmara

📋 copy color: '#41779F'

red 65 ◦ green 119 ◦ blue 159

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

Shades of Lochmara #41779F

Tints of Lochmara #41779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 18.95%
G = 34.69%
B = 46.36%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41779F (or 0x41779F) is known color: Lochmara. HEX triplet: 41, 77 and 9F. RGB value is (65,119,159). Sum of RGB (Red+Green+Blue) = 65+119+159=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #41779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41779F is #BE8860. Grayscale: #6B6B6B. Windows color (decimal): -12486753 or 10450753. OLE color: 10450753.

HSL color Cylindrical-coordinate representation of color #41779F: hue angle of 205.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41779F is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 119 159 -
CMYK 0.59 0.25 0 0.38
HSL 205.53º 0.42% 0.44% -
HSV(B) 205.53º 0.59% 0.62% -
XYZ 15.03 16.82 35.26 -
YUV 107.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 65 119 159 0.59 0.25 0 0.38 205.53 0.42 0.44
Hex 41 77 9F 3B 19 0 26 CE 2A 2C
Octal 101 167 237 73 31 0 46 316 52 54
Binary 1000001 1110111 10011111 111011 11001 0 100110 11001110 101010 101100

Color Harmonies of #41779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41779F

Black with #41779F

Text Example


Text Example

White with #41779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41779F; }

 p { color: rgb(65,119,159); }

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

background-color css

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

 a { background-color: rgb(65,119,159); }

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

border-color css

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

 span { border-color: rgb(65,119,159); }

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