Html Css Color HEX #42463C Tuatara

📋 copy color: '#42463C'

red 66 ◦ green 70 ◦ blue 60

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

Shades of Tuatara #42463C

Tints of Tuatara #42463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 33.67%
G = 35.71%
B = 30.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#42463C (or 0x42463C) is known color: Tuatara. HEX triplet: 42, 46 and 3C. RGB value is (66,70,60). Sum of RGB (Red+Green+Blue) = 66+70+60=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 70 - color contains mainly: green. Hex color #42463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42463C is #BDB9C3. Grayscale: #434343. Windows color (decimal): -12433860 or 3950146. OLE color: 3950146.

HSL color Cylindrical-coordinate representation of color #42463C: hue angle of 84º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42463C is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 60 -
CMYK 0.06 0 0.14 0.73
HSL 84º 0.08% 0.25% -
HSV(B) 84º 0.14% 0.27% -
XYZ 5.25 5.86 5.13 -
YUV 67.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 66 70 60 0.06 0 0.14 0.73 84 0.08 0.25
Hex 42 46 3C 6 0 E 49 54 8 19
Octal 102 106 74 6 0 16 111 124 10 31
Binary 1000010 1000110 111100 110 0 1110 1001001 1010100 1000 11001

Color Harmonies of #42463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42463C

Black with #42463C

Text Example


Text Example

White with #42463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,70,60); }

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

background-color css

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

 a { background-color: rgb(66,70,60); }

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

border-color css

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

 span { border-color: rgb(66,70,60); }

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