Html Css Color HEX #42769D Lochmara

📋 copy color: '#42769D'

red 66 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #42769D

Tints of Lochmara #42769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 19.35%
G = 34.6%
B = 46.04%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42769D (or 0x42769D) is known color: Lochmara. HEX triplet: 42, 76 and 9D. RGB value is (66,118,157). Sum of RGB (Red+Green+Blue) = 66+118+157=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #42769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42769D is #BD8962. Grayscale: #6A6A6A. Windows color (decimal): -12421475 or 10319426. OLE color: 10319426.

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

Color convert

RGB 66 118 157 -
CMYK 0.58 0.25 0 0.38
HSL 205.71º 0.41% 0.44% -
HSV(B) 205.71º 0.58% 0.62% -
XYZ 14.81 16.55 34.31 -
YUV 106.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 66 118 157 0.58 0.25 0 0.38 205.71 0.41 0.44
Hex 42 76 9D 3A 19 0 26 CE 29 2C
Octal 102 166 235 72 31 0 46 316 51 54
Binary 1000010 1110110 10011101 111010 11001 0 100110 11001110 101001 101100

Color Harmonies of #42769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42769D

Black with #42769D

Text Example


Text Example

White with #42769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,118,157); }

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

background-color css

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

 a { background-color: rgb(66,118,157); }

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

border-color css

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

 span { border-color: rgb(66,118,157); }

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