Html Css Color HEX #42719B Lochmara

📋 copy color: '#42719B'

red 66 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #42719B

Tints of Lochmara #42719B

RGB

 RED value IS 66 (26.17% from 255) = 19.76%

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 19.76%
G = 33.83%
B = 46.41%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42719B (or 0x42719B) is known color: Lochmara. HEX triplet: 42, 71 and 9B. RGB value is (66,113,155). Sum of RGB (Red+Green+Blue) = 66+113+155=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #42719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42719B is #BD8E64. Grayscale: #676767. Windows color (decimal): -12422757 or 10187074. OLE color: 10187074.

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

Color convert

RGB 66 113 155 -
CMYK 0.57 0.27 0 0.39
HSL 208.31º 0.4% 0.43% -
HSV(B) 208.31º 0.57% 0.61% -
XYZ 14.07 15.34 33.23 -
YUV 103.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 66 113 155 0.57 0.27 0 0.39 208.31 0.4 0.43
Hex 42 71 9B 39 1B 0 27 D0 28 2B
Octal 102 161 233 71 33 0 47 320 50 53
Binary 1000010 1110001 10011011 111001 11011 0 100111 11010000 101000 101011

Color Harmonies of #42719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42719B

Black with #42719B

Text Example


Text Example

White with #42719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42719B; }

 p { color: rgb(66,113,155); }

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

background-color css

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

 a { background-color: rgb(66,113,155); }

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

border-color css

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

 span { border-color: rgb(66,113,155); }

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