Html Css Color HEX #43749D Lochmara

📋 copy color: '#43749D'

red 67 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #43749D

Tints of Lochmara #43749D

RGB

 RED value IS 67 (26.56% from 255) = 19.71%

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 157 (61.72% from 255) = 46.18%

R = 19.71%
G = 34.12%
B = 46.18%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43749D (or 0x43749D) is known color: Lochmara. HEX triplet: 43, 74 and 9D. RGB value is (67,116,157). Sum of RGB (Red+Green+Blue) = 67+116+157=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #43749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43749D is #BC8B62. Grayscale: #696969. Windows color (decimal): -12356451 or 10318915. OLE color: 10318915.

HSL color Cylindrical-coordinate representation of color #43749D: hue angle of 207.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43749D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 116 157 -
CMYK 0.57 0.26 0 0.38
HSL 207.33º 0.4% 0.44% -
HSV(B) 207.33º 0.57% 0.62% -
XYZ 14.65 16.12 34.24 -
YUV 106.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 67 116 157 0.57 0.26 0 0.38 207.33 0.4 0.44
Hex 43 74 9D 39 1A 0 26 CF 28 2C
Octal 103 164 235 71 32 0 46 317 50 54
Binary 1000011 1110100 10011101 111001 11010 0 100110 11001111 101000 101100

Color Harmonies of #43749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43749D

Black with #43749D

Text Example


Text Example

White with #43749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43749D; }

 p { color: rgb(67,116,157); }

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

background-color css

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

 a { background-color: rgb(67,116,157); }

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

border-color css

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

 span { border-color: rgb(67,116,157); }

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