Html Css Color HEX #43749C Lochmara

📋 copy color: '#43749C'

red 67 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #43749C

Tints of Lochmara #43749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 19.76%
G = 34.22%
B = 46.02%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43749C (or 0x43749C) is known color: Lochmara. HEX triplet: 43, 74 and 9C. RGB value is (67,116,156). Sum of RGB (Red+Green+Blue) = 67+116+156=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #43749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43749C is #BC8B63. Grayscale: #696969. Windows color (decimal): -12356452 or 10253379. OLE color: 10253379.

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

Color convert

RGB 67 116 156 -
CMYK 0.57 0.26 0 0.39
HSL 206.97º 0.4% 0.44% -
HSV(B) 206.97º 0.57% 0.61% -
XYZ 14.56 16.08 33.79 -
YUV 105.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 67 116 156 0.57 0.26 0 0.39 206.97 0.4 0.44
Hex 43 74 9C 39 1A 0 27 CF 28 2C
Octal 103 164 234 71 32 0 47 317 50 54
Binary 1000011 1110100 10011100 111001 11010 0 100111 11001111 101000 101100

Color Harmonies of #43749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43749C

Black with #43749C

Text Example


Text Example

White with #43749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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