Html Css Color HEX #42749C Lochmara

📋 copy color: '#42749C'

red 66 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #42749C

Tints of Lochmara #42749C

RGB

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

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

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

R = 19.53%
G = 34.32%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42749C (or 0x42749C) is known color: Lochmara. HEX triplet: 42, 74 and 9C. RGB value is (66,116,156). Sum of RGB (Red+Green+Blue) = 66+116+156=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #42749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42749C is #BD8B63. Grayscale: #696969. Windows color (decimal): -12421988 or 10253378. OLE color: 10253378.

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

Color convert

RGB 66 116 156 -
CMYK 0.58 0.26 0 0.39
HSL 206.67º 0.41% 0.44% -
HSV(B) 206.67º 0.58% 0.61% -
XYZ 14.49 16.05 33.79 -
YUV 105.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 66 116 156 0.58 0.26 0 0.39 206.67 0.41 0.44
Hex 42 74 9C 3A 1A 0 27 CF 29 2C
Octal 102 164 234 72 32 0 47 317 51 54
Binary 1000010 1110100 10011100 111010 11010 0 100111 11001111 101001 101100

Color Harmonies of #42749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42749C

Black with #42749C

Text Example


Text Example

White with #42749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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