Html Css Color HEX #40769F Lochmara

📋 copy color: '#40769F'

red 64 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #40769F

Tints of Lochmara #40769F

RGB

 RED value IS 64 (25.39% from 255) = 18.77%

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 18.77%
G = 34.6%
B = 46.63%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40769F (or 0x40769F) is known color: Lochmara. HEX triplet: 40, 76 and 9F. RGB value is (64,118,159). Sum of RGB (Red+Green+Blue) = 64+118+159=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #40769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769F is #BF8960. Grayscale: #6A6A6A. Windows color (decimal): -12552545 or 10450496. OLE color: 10450496.

HSL color Cylindrical-coordinate representation of color #40769F: hue angle of 205.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40769F is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 118 159 -
CMYK 0.60 0.26 0 0.38
HSL 205.89º 0.43% 0.44% -
HSV(B) 205.89º 0.6% 0.62% -
XYZ 14.85 16.55 35.21 -
YUV 106.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 64 118 159 0.60 0.26 0 0.38 205.89 0.43 0.44
Hex 40 76 9F 3C 1A 0 26 CE 2B 2C
Octal 100 166 237 74 32 0 46 316 53 54
Binary 1000000 1110110 10011111 111100 11010 0 100110 11001110 101011 101100

Color Harmonies of #40769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40769F

Black with #40769F

Text Example


Text Example

White with #40769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,118,159); }

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

background-color css

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

 a { background-color: rgb(64,118,159); }

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

border-color css

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

 span { border-color: rgb(64,118,159); }

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