Html Css Color HEX #407299 Lochmara

📋 copy color: '#407299'

red 64 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #407299

Tints of Lochmara #407299

RGB

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

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

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

R = 19.34%
G = 34.44%
B = 46.22%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#407299 (or 0x407299) is known color: Lochmara. HEX triplet: 40, 72 and 99. RGB value is (64,114,153). Sum of RGB (Red+Green+Blue) = 64+114+153=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 114 (44.92% from 255 or 34.44% 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 #407299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407299 is #BF8D66. Grayscale: #676767. Windows color (decimal): -12553575 or 10056256. OLE color: 10056256.

HSL color Cylindrical-coordinate representation of color #407299: hue angle of 206.29º degrees, saturation: 0.41, 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 #407299 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 114 153 -
CMYK 0.58 0.25 0 0.4
HSL 206.29º 0.41% 0.43% -
HSV(B) 206.29º 0.58% 0.6% -
XYZ 13.88 15.42 32.38 -
YUV 103.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 64 114 153 0.58 0.25 0 0.4 206.29 0.41 0.43
Hex 40 72 99 3A 19 0 28 CE 29 2B
Octal 100 162 231 72 31 0 50 316 51 53
Binary 1000000 1110010 10011001 111010 11001 0 101000 11001110 101001 101011

Color Harmonies of #407299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407299

Black with #407299

Text Example


Text Example

White with #407299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407299; }

 p { color: rgb(64,114,153); }

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

background-color css

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

 a { background-color: rgb(64,114,153); }

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

border-color css

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

 span { border-color: rgb(64,114,153); }

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