Html Css Color HEX #407399 Lochmara

📋 copy color: '#407399'

red 64 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #407399

Tints of Lochmara #407399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 19.28%
G = 34.64%
B = 46.08%

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

#407399 (or 0x407399) is known color: Lochmara. HEX triplet: 40, 73 and 99. RGB value is (64,115,153). Sum of RGB (Red+Green+Blue) = 64+115+153=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #407399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407399 is #BF8C66. Grayscale: #676767. Windows color (decimal): -12553319 or 10056512. OLE color: 10056512.

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

Color convert

RGB 64 115 153 -
CMYK 0.58 0.25 0 0.4
HSL 205.62º 0.41% 0.43% -
HSV(B) 205.62º 0.58% 0.6% -
XYZ 13.99 15.65 32.42 -
YUV 104.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 64 115 153 0.58 0.25 0 0.4 205.62 0.41 0.43
Hex 40 73 99 3A 19 0 28 CE 29 2B
Octal 100 163 231 72 31 0 50 316 51 53
Binary 1000000 1110011 10011001 111010 11001 0 101000 11001110 101001 101011

Color Harmonies of #407399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407399

Black with #407399

Text Example


Text Example

White with #407399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407399; }

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

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

background-color css

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

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

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

border-color css

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

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

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