Html Css Color HEX #42684F Feldgrau

📋 copy color: '#42684F'

red 66 ◦ green 104 ◦ blue 79

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

Shades of Feldgrau #42684F

Tints of Feldgrau #42684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 26.51%
G = 41.77%
B = 31.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#42684F (or 0x42684F) is known color: Feldgrau. HEX triplet: 42, 68 and 4F. RGB value is (66,104,79). Sum of RGB (Red+Green+Blue) = 66+104+79=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #42684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42684F is #BD97B0. Grayscale: #595959. Windows color (decimal): -12425137 or 5204034. OLE color: 5204034.

HSL color Cylindrical-coordinate representation of color #42684F: hue angle of 140.53º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 79 -
CMYK 0.37 0 0.24 0.59
HSL 140.53º 0.22% 0.33% -
HSV(B) 140.53º 0.37% 0.41% -
XYZ 8.61 11.62 9.19 -
YUV 89.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 66 104 79 0.37 0 0.24 0.59 140.53 0.22 0.33
Hex 42 68 4F 25 0 18 3B 8D 16 21
Octal 102 150 117 45 0 30 73 215 26 41
Binary 1000010 1101000 1001111 100101 0 11000 111011 10001101 10110 100001

Color Harmonies of #42684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42684F

Black with #42684F

Text Example


Text Example

White with #42684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,104,79); }

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

background-color css

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

 a { background-color: rgb(66,104,79); }

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

border-color css

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

 span { border-color: rgb(66,104,79); }

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