Html Css Color HEX #42769F Lochmara

📋 copy color: '#42769F'

red 66 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #42769F

Tints of Lochmara #42769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 19.24%
G = 34.4%
B = 46.36%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42769F (or 0x42769F) is known color: Lochmara. HEX triplet: 42, 76 and 9F. RGB value is (66,118,159). Sum of RGB (Red+Green+Blue) = 66+118+159=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #42769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42769F is #BD8960. Grayscale: #6A6A6A. Windows color (decimal): -12421473 or 10450498. OLE color: 10450498.

HSL color Cylindrical-coordinate representation of color #42769F: hue angle of 206.45º 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 #42769F is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 118 159 -
CMYK 0.58 0.26 0 0.38
HSL 206.45º 0.41% 0.44% -
HSV(B) 206.45º 0.58% 0.62% -
XYZ 14.98 16.62 35.22 -
YUV 107.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 66 118 159 0.58 0.26 0 0.38 206.45 0.41 0.44
Hex 42 76 9F 3A 1A 0 26 CE 29 2C
Octal 102 166 237 72 32 0 46 316 51 54
Binary 1000010 1110110 10011111 111010 11010 0 100110 11001110 101001 101100

Color Harmonies of #42769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42769F

Black with #42769F

Text Example


Text Example

White with #42769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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